Skip to content

Commit 972b5e3

Browse files
committed
fix lint
1 parent aca55d3 commit 972b5e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qiita_db/processing_job.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ def resource_allocation_info(self):
433433
jtype = 'RELEASE_VALIDATORS_RESOURCE_PARAM'
434434
tmp = ProcessingJob(self.parameters.values['job'])
435435
name = tmp.parameters.command.name
436-
if tmp.input_artifacts
436+
if tmp.input_artifacts:
437437
analysis = tmp.input_artifacts[0].analysis
438438
elif self.command.name == 'Validate':
439439
jtype = 'VALIDATOR'

0 commit comments

Comments
 (0)