Skip to content

Commit c086060

Browse files
committed
wrong exception var referenced
1 parent bf5339d commit c086060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smallfile_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ def run_multi_host_workload(prm):
184184
raise Exception('hosts did not reach starting gate ' +
185185
'within %d seconds' % host_timeout)
186186
else:
187-
print('saw exception %s, aborting test' % str(e))
187+
print('saw exception %s, aborting test' % str(exception_seen))
188188
else:
189189

190190
# ask all hosts to start the test

0 commit comments

Comments
 (0)