Skip to content
Snippets Groups Projects
Commit 366c6ada authored by Cristian Lalescu's avatar Cristian Lalescu
Browse files

fix typo

parent 5a58dff6
Branches
Tags
1 merge request!23WIP: Feature/use cmake
Pipeline #36112 passed
......@@ -389,7 +389,7 @@ class _code(_base):
script_file.write('# @ node_usage = not_shared\n')
script_file.write('# @ notification = complete\n')
script_file.write('# @ notify_user = {0}\n'.format(self.host_info['mail_address'])
script_file.write('# @ notify_user = {0}\n'.format(self.host_info['mail_address']))
nb_cpus_per_node = self.host_info['deltanprocs']
assert isinstance(nb_cpus_per_node, int) and \
......@@ -486,7 +486,7 @@ class _code(_base):
script_file.write('# @ node_usage = not_shared\n')
script_file.write('# @ notification = error\n')
script_file.write('# @ notify_user = {0}\n'.format(self.host_info['mail_address'])
script_file.write('# @ notify_user = {0}\n'.format(self.host_info['mail_address']))
script_file.write('#\n')
nb_cpus_per_node = self.host_info['deltanprocs']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment