Skip to content

Commit

Permalink
[device/celestica] fixed indent
Browse files Browse the repository at this point in the history
  • Loading branch information
pariwat committed Apr 24, 2020
1 parent 784e64b commit 33995f9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -302,9 +302,9 @@ def __compare_event_object(self, interrup_devices):
QSFP_devices[device_name] = 1 - int(self.__check_devices_status(device_name))
self.__clear_interrupt(device_name)
# if len(QSFP_devices):
json_obj['qsfp'] = QSFP_devices
json_obj['qsfp'] = QSFP_devices
# if len(QSFPDD_devices):
json_obj['qsfp-dd'] = QSFPDD_devices
json_obj['qsfp-dd'] = QSFPDD_devices
return json.dumps(json_obj)

def __check_all_interrupt_event(self):
Expand Down

0 comments on commit 33995f9

Please sign in to comment.