Skip to content

Commit

Permalink
remove duplicated line?
Browse files Browse the repository at this point in the history
  • Loading branch information
Han Mai committed Dec 2, 2022
1 parent 960d92d commit bbc855b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyiron_base/jobs/job/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ def _copy_database_entry(new_job_core, job_copied_id, new_database_entry=True):
db_entry["subjob"] = new_job_core.project_hdf5.h5_path
db_entry["project"] = new_job_core.project_hdf5.project_path
db_entry["projectpath"] = new_job_core.project_hdf5.root_path
db_entry["subjob"] = new_job_core.project_hdf5.h5_path
del db_entry["id"]
job_id = new_job_core.project.db.add_item_dict(db_entry)
new_job_core.reset_job_id(job_id=job_id)
Expand Down

0 comments on commit bbc855b

Please sign in to comment.