Skip to content

Commit

Permalink
removed print
Browse files Browse the repository at this point in the history
  • Loading branch information
gnadathur committed Mar 5, 2024
1 parent ab2a6da commit 0e4df68
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test_job_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ def test_job_file_does_not_exist(self):

def test_empty_config_file(self):
with tempfile.NamedTemporaryFile() as fp:
print(fp.name)
config = JobConfig()
config.parse_args(["--job.config_file", fp.name])
assert config.job.description

0 comments on commit 0e4df68

Please sign in to comment.