We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
orac/tools/pyorac/local_defaults.py.example
Line 156 in 2180705
Should be: "summary": "n/a",
"summary": "n/a",
Line 330 in 2180705
Should be: 'email': GLOBAL_ATTRIBUTES["email"],
'email': GLOBAL_ATTRIBUTES["email"],
Not so much a syntax error but you get a no attributes error if this is not changed from
Line 340 in 2180705
BATCH_SCRIPT = """#!/bin/bash --noprofile
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
orac/tools/pyorac/local_defaults.py.example
Line 156 in 2180705
Should be:
"summary": "n/a",
orac/tools/pyorac/local_defaults.py.example
Line 330 in 2180705
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
orac/tools/pyorac/local_defaults.py.example
Line 340 in 2180705
to
BATCH_SCRIPT = """#!/bin/bash --noprofile
The text was updated successfully, but these errors were encountered: