Skip to content

Commit

Permalink
Fix issue NAMD#92
Browse files Browse the repository at this point in the history
  • Loading branch information
elisamussumeci committed Sep 24, 2015
1 parent f3ae526 commit e719193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capture/tasks_pypln.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def fetch_property(self, _id):
if palavras_ran == True and len(properties) == 28:
doc_status = 'analysis_complete'
elif palavras_ran == False and len(properties) == 22:
doc_status = 'analysis complete'
doc_status = 'analysis_complete'
else:
doc_status = 'analysis_running'

Expand Down

0 comments on commit e719193

Please sign in to comment.