Skip to content

Commit 0c25f7f

Browse files
committed
fix issue with all analysis interpreted as acquisitions.
1 parent fc05523 commit 0c25f7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scitran_client/flywheel_analyzer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def find_file(self, pattern, **kwargs):
6363
> partial_set_of_files.find_file('*.txt', default=None)
6464
'''
6565
has_default = 'default' in kwargs
66-
is_analysis = 'job' in self and 'state' in self
66+
is_analysis = 'job' in self
6767

6868
# XXX if is_analysis then we should require the file to be an output??
6969
matches = [

0 commit comments

Comments
 (0)