Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
HaSistrunk committed Nov 25, 2024
1 parent aca4296 commit 7ef7fda
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bag_transfer/bagit_profiles/form.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class Meta:
"accept_serialization": "Serializations Accepted",
"accept_bagit_version": "BagIt Versions Accepted",
"tag_manifests_required": "Tag Manifests Required"
}
}
help_texts = {
"external_description": "A short description of this BagIt Profile.",
"tag_files_required": "List required tag files, if any, separated by commas.",
Expand All @@ -56,8 +56,8 @@ def __init__(self, *args, **kwargs):
self.legends = self.Meta.legends # Make legends accessible
self.help_texts = self.Meta.help_texts # Make help_texts accessible
self.fields["external_description"].initial = "BagIt Profile for transferring records to the Rockefeller Archive Center."
self.fields["manifests_allowed"].initial = [1,2]
self.fields["accept_serialization"].initial = [1,2,3]
self.fields["manifests_allowed"].initial = [1, 2]
self.fields["accept_serialization"].initial = [1, 2, 3]
self.fields["accept_bagit_version"].initial = [2]


Expand Down

0 comments on commit 7ef7fda

Please sign in to comment.