Skip to content

Commit

Permalink
add missing " (towards #26)
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Warchal committed Feb 13, 2018
1 parent d4dfe26 commit 836289d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cptools2/generate_scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def make_logfile_text(logfile_location, job_file):
if [[ $RETURN_VAL == 0]]; then
RETURN_STATUS="Finished"
else
RETURN_STATUS="Failed with error code: $RETURN_VAL
RETURN_STATUS="Failed with error code: $RETURN_VAL"
fi
LOG_FILE_LOC={logfile_location}/{job_file}.log
Expand Down

0 comments on commit 836289d

Please sign in to comment.