Skip to content

Commit

Permalink
Clean String
Browse files Browse the repository at this point in the history
  • Loading branch information
xavier150 committed Nov 14, 2024
1 parent 5ec2d21 commit c87acf3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion blender-for-unrealengine/bbam/addon_file_management.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ def ignore_files(dir, files):
# Check if the file path should be excluded
if any(relative_path.startswith(os.path.normpath(path)) for path in exclude_paths):
ignore_list.append(file)
print("Add ->", file)
return set(ignore_list)

shutil.copytree(src, dst, ignore=ignore_files)
Expand Down

0 comments on commit c87acf3

Please sign in to comment.