Skip to content
Snippets Groups Projects
Commit 1bc4868e authored by Recolic K's avatar Recolic K
Browse files

bug fix hot

parent 9dda7de7
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,7 @@ def main():
print("DEBUG: missing_part_this=", mpthis)
missing_parts += mpthis
print("COPY from " + f + " TO " + toDir)
print("COPY from " + f + " TO " + dest_dirname)
shutil.copy(f, dest_dirname)
if len(missing_parts) > 0:
with open('缺失零件.csv', 'w+') as f:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment