Skip to content

Commit

Permalink
cosmetic change
Browse files Browse the repository at this point in the history
  • Loading branch information
anibalinn committed Sep 24, 2024
1 parent ba9aa5f commit 2b3ee47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion behavex/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ def launch_behavex():
except Exception as e:
print(f"Error during shutdown: {e}")
exit_code = EXIT_ERROR
if multiprocess and totals:
if multiprocess:
untested_features = totals['features']['untested']
untested_scenarios = totals['scenarios']['untested']
untested_features_msg = ', {} untested'.format(untested_features) if untested_features > 0 else ''
Expand Down

0 comments on commit 2b3ee47

Please sign in to comment.