Skip to content

Commit

Permalink
Format black
Browse files Browse the repository at this point in the history
  • Loading branch information
pyiron-runner committed Nov 21, 2022
1 parent 9a00f53 commit 9c3eb07
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 @@ -243,7 +243,7 @@ def _kill_child(job):

def _job_compressed_name(job):
"""Return the canonical file name of a compressed job."""
return os.path.join(job.working_directory, job.job_name + ".tar.bz2"),
return (os.path.join(job.working_directory, job.job_name + ".tar.bz2"),)


def _job_compress(job, files_to_compress=None):
Expand Down

0 comments on commit 9c3eb07

Please sign in to comment.