We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc05523 commit 0c25f7fCopy full SHA for 0c25f7f
1 file changed
scitran_client/flywheel_analyzer.py
@@ -63,7 +63,7 @@ def find_file(self, pattern, **kwargs):
63
> partial_set_of_files.find_file('*.txt', default=None)
64
'''
65
has_default = 'default' in kwargs
66
- is_analysis = 'job' in self and 'state' in self
+ is_analysis = 'job' in self
67
68
# XXX if is_analysis then we should require the file to be an output??
69
matches = [
0 commit comments