Skip to content

Commit

Permalink
Shorten file_type description to satisfy Pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
GraemeWatt committed Jul 25, 2024
1 parent 096b00c commit 9ad4174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hepdata_lib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def add_additional_resource(self, description, location, copy_file=False, file_t
:param copy_file: If set to true, will attempt to copy a local file to the tar ball.
:type copy_file: bool
:param file_type: Type of the resource file. Currently, only "HistFactory" or "ProSelecta" has any effect.
:param file_type: Type of the resource file (None, "HistFactory" or "ProSelecta").
:type file_type: string
:param resource_license: License information comprising name, url and optional description.
Expand Down

0 comments on commit 9ad4174

Please sign in to comment.