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

Syntax Errors in local_defaults.py.example #81

Open
andyprata opened this issue Apr 24, 2023 · 1 comment
Open

Syntax Errors in local_defaults.py.example #81

andyprata opened this issue Apr 24, 2023 · 1 comment

Comments

@andyprata
Copy link
Collaborator

andyprata commented Apr 24, 2023

Should be: "summary": "n/a",

'email': global_attributes["email"],

Should be: 'email': GLOBAL_ATTRIBUTES["email"],

Not so much a syntax error but you get a no attributes error if this is not changed from

batch_script = """#!/bin/bash --noprofile

to
BATCH_SCRIPT = """#!/bin/bash --noprofile

@andyprata andyprata changed the title Syntax Error in local_defaults.py.example Syntax Errors in local_defaults.py.example Apr 24, 2023
@adamcpovey
Copy link
Collaborator

Yeah, those should all be fixed. Go ahead if you've already done it.

I've never actually tried to use the file and am slightly tempted to replace it with the JASMIN one to remove a step for new users.

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

2 participants