Skip to content

Commit

Permalink
Merge branch 'provenance_redesign' into borellim-docs-typo-1
Browse files Browse the repository at this point in the history
  • Loading branch information
sphuber committed Mar 11, 2019
2 parents a7f2406 + 0260a1d commit c998b7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiida/calculations/plugins/templatereplacer.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ def prepare_for_submission(self, folder):
codeinfo = CodeInfo()
codeinfo.cmdline_params = cmdline_params

if input_through_stdin is not None:
if input_through_stdin:
codeinfo.stdin_name = input_file_name

if output_file_name:
Expand Down

0 comments on commit c998b7a

Please sign in to comment.