Skip to content

Commit

Permalink
Added more to the description files.
Browse files Browse the repository at this point in the history
  • Loading branch information
thelmuth committed Dec 5, 2013
1 parent 0cfd9bf commit 4594539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster_launcher.py
Expand Up @@ -42,7 +42,7 @@
description_file_string = output_directory + "description.txt"
description_f = open(description_file_string, "w")

description_f.writelines(title_string + "\n\n" + description)
description_f.writelines("COMMAND:\n" + command + "\n\nTRACTOR TITLE:\n" + title_string + "\n\nDESCRIPTION:\n" + description)
description_f.close()

# Make alf file
Expand Down

0 comments on commit 4594539

Please sign in to comment.