Skip to content

Commit

Permalink
Fix LGTM warning
Browse files Browse the repository at this point in the history
  • Loading branch information
prgeor committed Aug 3, 2022
1 parent 419f739 commit 978900c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/portstat
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ Examples:

# Now decide what information to display
if raw_stats:
portstat.cnstat_print(cnstat_dict, ratestat_dict, intf_list, use_json, print_all, errors_only, rates_only)
portstat.cnstat_print(cnstat_dict, ratestat_dict, intf_list, use_json, print_all, errors_only, fec_stats_only, rates_only)
sys.exit(0)

if save_fresh_stats:
Expand Down

0 comments on commit 978900c

Please sign in to comment.