Run query for 600 days and get template error #14

Closed
opened 2024-08-10 00:59:11 -05:00 by jblu · 0 comments
Owner

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

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`
jblu closed this issue 2024-08-10 02:22:16 -05:00
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: jblu/Inex#14
No description provided.