Skip to content

Commit

Permalink
fix issue with all analysis interpreted as acquisitions.
Browse files Browse the repository at this point in the history
  • Loading branch information
cgc committed Mar 22, 2017
1 parent fc05523 commit 0c25f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scitran_client/flywheel_analyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def find_file(self, pattern, **kwargs):
> partial_set_of_files.find_file('*.txt', default=None)
'''
has_default = 'default' in kwargs
is_analysis = 'job' in self and 'state' in self
is_analysis = 'job' in self

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

0 comments on commit 0c25f7f

Please sign in to comment.