Skip to content

Commit

Permalink
Ignore nam files
Browse files Browse the repository at this point in the history
  • Loading branch information
terry-haire committed Jun 18, 2024
1 parent 64f3c57 commit 0e97420
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/gui/WorkerThread.py
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,9 @@ def extract_loose_files(self, loose_files: list[Path]):
path_dst = self.extracted_path / relative_path

copy_file_or_dir(path, path_dst)
# TODO:
elif path.suffix.lower() == ".nam":
continue
else:
raise NotImplementedError(
f"Resource {path} is not supported")
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/xEdit-fork

0 comments on commit 0e97420

Please sign in to comment.