Commit 8e6c52ab authored by Adam Blank's avatar Adam Blank
Browse files

Update transfer.py

parent f7fcd292
No related merge requests found
Showing with 1 addition and 0 deletions
+1 -0
......@@ -58,6 +58,7 @@ trinkey.flush()
print("Connected to Trinkey! Transfering files...")
shutil.rmtree(os.path.join('src', '__pycache__'), True)
shutil.rmtree(os.path.join(disk, 'src'), True)
shutil.rmtree(os.path.join(disk, '__pycache__'), True)
for x in os.listdir(disk):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment