General update on Carling tools, device creation on IoT Hub and I-Sight Configuration Tool
This commit is contained in:
@@ -470,7 +470,8 @@ def main():
|
||||
exists = True
|
||||
existing = a + 1
|
||||
logging.debug("Asset " + row_asset['asset_name'] + " not created because it already exists. Processing it under the existing asset.")
|
||||
excel_parser(row_asset['asset_type'], existing, row_asset["asset_name"], allowed_name_characters, dsh, dsh_global)
|
||||
print(f"Excel parsing for {row_asset['asset_type']}")
|
||||
excel_parser(row_asset['asset_type'], existing, row_asset["asset_name"], allowed_name_characters, dsh, dsh_global, row_device)
|
||||
break
|
||||
|
||||
if exists != True:
|
||||
|
||||
Reference in New Issue
Block a user