Skip to content

Commit

Permalink
KPMP-5665: split
Browse files Browse the repository at this point in the history
  • Loading branch information
zwright committed Dec 17, 2024
1 parent 8a2c78b commit 06f83ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/packageChecker/packageChecker.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def find_empty_packages(self, move_derived=False):
]
extra_writer.writerows(data)
if (move_derived):
for file in extra_files_list:
for file in extra_files_list.split(", "):
self.move_file_to_derived(directory, file)

except:
Expand Down

0 comments on commit 06f83ee

Please sign in to comment.