Skip to content

Commit eaa480d

Browse files
committed
Add debug print stmts
1 parent 9e7b4dd commit eaa480d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/run_tests/python_utils/dockerjob.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ class DockerJob:
155155
"""Encapsulates a job"""
156156

157157
def __init__(self, spec):
158-
print('DockerJob:__init__ called with spec ' + spec, flush=True)
158+
print('DockerJob:__init__ called with spec ' + spec.shortname, flush=True)
159159
self._spec = spec
160160
self._job = jobset.Job(
161161
spec, newline_on_success=True, travis=True, add_env={}

0 commit comments

Comments
 (0)