Commit 19b54cba authored by Adam Blank's avatar Adam Blank
Browse files

Update transfer.py

parent 8e6c52ab
No related merge requests found
Showing with 2 additions and 0 deletions
+2 -0
......@@ -60,7 +60,9 @@ 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('support', '__pycache__'), True)
shutil.rmtree(os.path.join(disk, '__pycache__'), True)
for x in os.listdir(disk):
try:
os.unlink(os.path.join(disk, x))
......
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