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

FIX: Fixed mistake in 7a525917.

parent 5e99df11
No related branches found
No related tags found
No related merge requests found
...@@ -52,6 +52,7 @@ def setup(): ...@@ -52,6 +52,7 @@ def setup():
upload_file.write("hello world\n") upload_file.write("hello world\n")
upload_file.close() upload_file.close()
os.mkdir("testfolder") os.mkdir("testfolder")
os.mkdir("testfolder/subfolder")
with open("testfolder/test1.dat", "w") as upload_file: with open("testfolder/test1.dat", "w") as upload_file:
upload_file.write("hello world\n") upload_file.write("hello world\n")
with open("testfolder/subfolder/test2.dat", "w") as upload_file: 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