Skip to content

Commit

Permalink
Update pyiron_base/jobs/job/util.py
Browse files Browse the repository at this point in the history
Co-authored-by: Niklas Siemer <[email protected]>
  • Loading branch information
jan-janssen and niklassiemer authored Jan 15, 2025
1 parent a487823 commit feba57a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyiron_base/jobs/job/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def _copy_database_entry(
Args:
new_job_core (GenericJob): Copy of the job object
job_copied_id (int): Job id of the copied job
username (str): Optional name of the user to transfer the job to
username (str): Optional name of the user to copy the job to
"""
db_entry = new_job_core.project.db.get_item_by_id(job_copied_id)
if db_entry is not None:
Expand Down

0 comments on commit feba57a

Please sign in to comment.