Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Mar 5, 2019
1 parent d5788b0 commit bf2b833
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions webservice/picclservice/picclservice_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,9 @@ def publish(d, extension="xml"):
if clamdata.get('frog') == 'yes':
print("Frog enabled (" + str(clamdata['frog']) + ")",file=sys.stderr)
frog_enabled = True
else:
frog_enabled = False


if clamdata.get('ticcl') == 'yes':
clam.common.status.write(statusfile, "Running TICCL Pipeline",50) # status update
Expand Down

0 comments on commit bf2b833

Please sign in to comment.