Addon Manager: Fix macro other file copy

This commit is contained in:
Chris Hennes
2022-09-09 12:53:54 -05:00
parent 53a642db40
commit 06dda1fda2

View File

@@ -440,6 +440,7 @@ class Macro:
def _copy_other_files(self, macro_dir, warnings) -> bool:
"""Copy any specified "other files" into the install directory"""
base_dir = os.path.dirname(self.src_filename)
for other_file in self.other_files:
if not other_file:
continue