Commit 6716191f authored by Adam Blank's avatar Adam Blank
Browse files

Update transfer.py

parent 48fb5d52
Showing with 4 additions and 0 deletions
+4 -0
......@@ -63,6 +63,10 @@ print("Connected to Trinkey! Transfering files...")
shutil.rmtree(os.path.join('src', '__pycache__'), True)
shutil.rmtree(os.path.join('support', '__pycache__'), True)
shutil.rmtree(os.path.join('src', '.mypy_cache'), True)
shutil.rmtree(os.path.join('support', '.mypy_cache'), True)
shutil.rmtree(disk, True)
shutil.copytree('src', os.path.join(disk, 'src'), dirs_exist_ok=True)
......
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