Skip to content

Commit bf07dfd

Browse files
committed
Change to move
1 parent 0847cd4 commit bf07dfd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/per_file_script.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def _move_plist_files():
124124
if re.search(
125125
rf"_{analyzer_info[0]}_.*\.plist$", file
126126
) and os.path.isfile(os.path.join(DATA_DIR, file)):
127-
shutil.copy(os.path.join(DATA_DIR, file), analyzer_info[1])
127+
shutil.move(os.path.join(DATA_DIR, file), analyzer_info[1])
128128

129129

130130
def main():

0 commit comments

Comments
 (0)