We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0e88a4d + 86ff69c commit 27f788bCopy full SHA for 27f788b
setup.py
@@ -51,7 +51,7 @@ def is_keyvalue_defined(lsbatch_h_path):
51
def set_gccflag_lsf_version():
52
global gccflag_lsfversion
53
_lsf_envdir = os.environ['LSF_ENVDIR']
54
- with open('{}/lsf.conf'.format(_lsf_envdir), 'r') as f:
+ with open('{0}/lsf.conf'.format(_lsf_envdir), 'r') as f:
55
_lsf_version = re.search('LSF_VERSION=(.*)', f.read()).group(1).strip()
56
if _lsf_version == '10.1' :
57
gccflag_lsfversion= '-DLSF_VERSION_101'
0 commit comments