Run query for 600 days and get template error #14
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Need to check what happens if no conditions are met --> resulting in no matching template
Traceback (most recent call last): File "/Users/jonathanbranan/code/Inex/inex.py", line 84, in <module> Inex() File "/Users/jonathanbranan/code/Inex/inex.py", line 69, in __init__ self.modifiedData = processData(self.data, dataTemplate, prd_instance_id=self.prdInstanceID,\ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/jonathanbranan/code/Inex/inexDataProcessing.py", line 11, in processData processedData.append(template(identifyUtype(row.get('Command')),\ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/jonathanbranan/code/Inex/inexDataModel.py", line 127, in dataTemplate return template ^^^^^^^^ UnboundLocalError: cannot access local variable 'template' where it is not associated with a value