Closed cspgdds closed 4 months ago
we already load all templates with local_templates_path
why we need to load radical-PJ-py
with radical_PJ_py and radical-PJ-header
with radical_PJ_header variables separately :confused:
Accidentally closed it
we already load all templates with
local_templates_path
why we need to load
radical-PJ-py
with radical_PJ_py andradical-PJ-header
with radical_PJ_header variables separately 😕Hi @cspgdds 😁 just got email for this MR, one comment (I just had a quick look),
lower()
method returns the lowercase string from the given string so, thePJ_TYPE.lower()
variable should be compared with lowercase string
env.PJ_TYPE.lower() == "QCG"
should beenv.PJ_TYPE.lower() == "qcg"
Okay, I think I just resolved this issue whilst typing in a wobbly train. @mzrghorbani @cspgdds please retest as functionality will have been affected by this fix.
Good to hear from you again @arabnejad. Hope life is treating you well! :+1:
Ok, this is ready for merging :)
Hi @cspgdds :grin: just got email for this MR, one comment (I just had a quick look),
lower()
method returns the lowercase string from the given string so, thePJ_TYPE.lower()
variable should be compared with lowercase stringenv.PJ_TYPE.lower() == "QCG"
should beenv.PJ_TYPE.lower() == "qcg"