Skip to content
Snippets Groups Projects
Commit 7c5d1def authored by Daniel's avatar Daniel
Browse files

FIX: Fixed mistake in 7a525917.

parent 5e99df11
Branches
Tags
Loading
......@@ -52,6 +52,7 @@ def setup():
upload_file.write("hello world\n")
upload_file.close()
os.mkdir("testfolder")
os.mkdir("testfolder/subfolder")
with open("testfolder/test1.dat", "w") as upload_file:
upload_file.write("hello world\n")
with open("testfolder/subfolder/test2.dat", "w") as upload_file:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment