Skip to content

Commit 148ed5f

Browse files
author
guibog
committed
Hide flake
1 parent 2128c8b commit 148ed5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_test/lib/test_appliance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def display(results, verbose):
141141
sys.stdout.write('=' * 75 + '\n')
142142
sys.stdout.write('%s(%s): %s\n' % (name, ', '.join(filenames), kind))
143143
if kind == 'ERROR':
144-
traceback.print_exception(file=sys.stdout, *info)
144+
traceback.print_exception(file=sys.stdout, *info) # NOQA
145145
else:
146146
sys.stdout.write('Traceback (most recent call last):\n')
147147
traceback.print_tb(info[2], file=sys.stdout)

0 commit comments

Comments
 (0)