Skip to content

Commit

Permalink
Fix delay
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidZagury committed Nov 30, 2022
1 parent 6f3a879 commit daa72d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2620,7 +2620,7 @@ def reload(ctx, no_dynamic_buffer, no_delay, dry_run, json_data, ports):

log.log_info("'qos reload' executing...")
if not dry_run:
_clear_qos(delay = no_delay)
_clear_qos(delay = not no_delay)

_, hwsku_path = device_info.get_paths_to_platform_and_hwsku_dirs()
sonic_version_file = device_info.get_sonic_version_file()
Expand Down

0 comments on commit daa72d5

Please sign in to comment.