merge conflict issue equipment id issue

This commit is contained in:
shivam
2021-02-09 21:36:44 +05:30
5 changed files with 68 additions and 2 deletions

View File

@@ -20,6 +20,7 @@ from cloudsdk import CreateAPProfiles
def main():
@@ -135,7 +136,7 @@ def main():
print("Found equipment ID: %s inventoryId: %s" % (e['id'], e['inventoryId']))
equipment_id = str(e['id'])
if equipment_id == -1:
if equipment_id == "-1":
print("ERROR: Could not find equipment-id.")
sys.exit(1)