Skip to content

Commit

Permalink
SANITY FIXES
Browse files Browse the repository at this point in the history
  • Loading branch information
fmunoz committed Aug 10, 2023
1 parent 4fdeded commit b77593c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/action/devices_live_tools_ping_device.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def exists(self):
prev_obj = None
id_exists = False
name_exists = False
o_id = self.new_object.get("id") #review it
o_id = self.new_object.get("id") # review it
name = self.new_object.get("serial")
if o_id:
prev_obj = self.get_object_by_id(o_id)
Expand Down

0 comments on commit b77593c

Please sign in to comment.