Skip to content

Commit

Permalink
Merge pull request #59 from arne-cl/patch-1
Browse files Browse the repository at this point in the history
minor: fixed copy&paste error in docstring
  • Loading branch information
proycon committed Dec 13, 2017
2 parents c3238f0 + 26ed08a commit 45e83e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clam/config/template.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
unique=True #set unique=True if the user may only upload a file for this input template once. Set multi=True if you the user may upload multiple of such files
),
#------------------------------------------------------------------------------------------------------------------------
OutputTemplate('replace-with-a-unique-identifier',PlainTextFormat,'Replace with human label for this input template',
OutputTemplate('replace-with-a-unique-identifier',PlainTextFormat,'Replace with human label for this output template',
SetMetaField('encoding','ascii'), #note that encoding is required if you work with PlainTextFormat
extension='.stats', #set an extension or set a filename:
#filename='filename.stats',
Expand Down

0 comments on commit 45e83e6

Please sign in to comment.