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
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