Skip to content
Snippets Groups Projects
Commit 082539ee authored by Mitchell Moore's avatar Mitchell Moore
Browse files

Add fullname to file

parent 02ef09f9
No related branches found
No related tags found
No related merge requests found
......@@ -77,6 +77,7 @@ def create_app(config_name):
file = open(complete_file_name, "w") # create time stamped file to be queued
file.write(fullname + "\n")
file.write(reason)
file.close()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment