Skip to content

Commit

Permalink
Hide flake
Browse files Browse the repository at this point in the history
  • Loading branch information
guibog committed Feb 29, 2024
1 parent 7ad18f5 commit c161b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _test/lib/test_appliance.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def display(results, verbose):
sys.stdout.write('=' * 75 + '\n')
sys.stdout.write('%s(%s): %s\n' % (name, ', '.join(filenames), kind))
if kind == 'ERROR':
traceback.print_exception(file=sys.stdout, *info)
traceback.print_exception(file=sys.stdout, *info) # NOQA
else:
sys.stdout.write('Traceback (most recent call last):\n')
traceback.print_tb(info[2], file=sys.stdout)
Expand Down

0 comments on commit c161b42

Please sign in to comment.