We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbb6c6f commit ed96e6aCopy full SHA for ed96e6a
1 file changed
support_scripts/pyagriculture/agriculture.py
@@ -160,11 +160,11 @@ def gather_task_names(self: Self,
160
else:
161
equipment = 'unknown'
162
try:
163
- equipment = self.task_dicts['DVC'][task_structure['TSK'][i]["child"]["CNN"][0]["C"]]["B"]
+ equipment = self.task_dicts["DVC"][task_structure["TSK"][i]["child"]["CNN"][0]["C"]]["B"]
164
except:
165
pass
166
167
- file = getfile_insensitive(f'{self.path}{tsk['child']['TLG'][0]["A"]}.xml')
+ file = getfile_insensitive(f'{self.path}{tsk["child"]["TLG"][0]["A"]}.xml')
168
branch = ET.parse(file)
169
except (FileNotFoundError, ET.ParseError):
170
if not continue_on_fail:
0 commit comments