Skip to content

Commit 0ddc4e2

Browse files
committed
upd moving blocks
1 parent 8248c5f commit 0ddc4e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mytoninstaller/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ def download_archive_from_ts(local):
269269
subprocess.run(f'mv {downloads_path}/{state_bag["bag"]}/state-*/* {states_dir}', shell=True)
270270
# subprocess.run(['rm', '-rf', f"{downloads_path}/{state_bag['bag']}"])
271271
for bag in block_bags + master_block_bags:
272-
subprocess.run(f'mv {downloads_path}/{bag["bag"]}/packages/*/* {import_dir}', shell=True)
272+
subprocess.run(f'mv {downloads_path}/{bag["bag"]}/*/*/* {import_dir}', shell=True)
273273
# subprocess.run(['rm', '-rf', f"{downloads_path}/{bag['bag']}"])
274274
subprocess.run(f'rm -rf {downloads_path}*', shell=True)
275275

0 commit comments

Comments
 (0)