Skip to content

Commit

Permalink
Modify email list #59
Browse files Browse the repository at this point in the history
  • Loading branch information
cpanse authored and leoschwarz committed Mar 5, 2024
1 parent cf844ae commit f503fb3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bfabric/bfabric.py
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,8 @@ def compose_bash_script(self, configuration=None, configuration_parser=lambda x:
set -e
set -o pipefail
export EMAIL="[email protected] [email protected] [email protected]"
## TODO: #59
export EMAIL="[email protected] [email protected]"
export EXTERNALJOB_ID={3}
export RESSOURCEID_OUTPUT={4}
export RESSOURCEID_STDOUT_STDERR="{5} {6}"
Expand Down

0 comments on commit f503fb3

Please sign in to comment.