Skip to content

Commit

Permalink
Merge pull request #1453 from pyiron/forbid_importing_duplicate_jobs
Browse files Browse the repository at this point in the history
[patch] restore forbidding duplicate imports
  • Loading branch information
jan-janssen authored Jun 20, 2024
2 parents 09aeb7c + d8afc30 commit 5003ad0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/archiving/test_import.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ def test_unpack_from_other_dir_uncompress(self):
rmtree(pack_path)
except Exception as err_msg:
print(f"deleting unsuccessful: {err_msg}")
pr.remove(enable=True)

def test_import_uncompress(self):
self.pr.pack(destination_path=self.arch_dir, compress=False)
Expand Down

0 comments on commit 5003ad0

Please sign in to comment.