Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error attempting to set non-default job template via toml file #20

Open
afmcc opened this issue May 9, 2018 · 0 comments
Open

error attempting to set non-default job template via toml file #20

afmcc opened this issue May 9, 2018 · 0 comments

Comments

@afmcc
Copy link
Contributor

afmcc commented May 9, 2018

Traceback (most recent call last):
File "/stash/miniconda3/envs/universal2/bin/tardis", line 6, in
sys.exit(tardis.run.tardis_main())
File "/stash/miniconda3/envs/universal2/lib/python2.7/site-packages/tardis/run.py", line 244, in tardis_main
(exit_code, factory) = run(command_args, options, checkCommandIsValid = False)
File "/stash/miniconda3/envs/universal2/lib/python2.7/site-packages/tardis/run.py", line 70, in run
job = c.gethpcJob(cmd)
File "/stash/miniconda3/envs/universal2/lib/python2.7/site-packages/tardis/conditioner/factory.py", line 553, in gethpcJob
hpcjob = self.hpcClass(self,conditioned_toolargv)
File "/stash/miniconda3/envs/universal2/lib/python2.7/site-packages/tardis/job/slurm.py", line 27, in init
"basic_slurm_runtime_environment")
File "/stash/miniconda3/envs/universal2/lib/python2.7/site-packages/tardis/job/hpc.py", line 102, in get_templates
if not os.path.isfile(job_template_filename):
NameError: global name 'os' is not defined

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant