Skip to content
Snippets Groups Projects
Commit f9cfd7b7 authored by Jameson Rollins's avatar Jameson Rollins
Browse files

add notification for online-launched analyze jobs

parent 3c4eebb1
No related branches found
No related tags found
No related merge requests found
...@@ -94,6 +94,7 @@ def analyze_condor(event): ...@@ -94,6 +94,7 @@ def analyze_condor(event):
'analyze', 'analyze',
[str(event.id)], [str(event.id)],
local=False, local=False,
notify_user=os.getenv('CONDOR_NOTIFY_USER'),
) )
sub.write() sub.write()
sub.submit() sub.submit()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment