Commit 86ff69c
authored
Added 0 to open('{}/lsf.conf'.... to prevent ValueError: zero length field name in format
[lsf-python-api]# python setup.py build
Traceback (most recent call last):
File "setup.py", line 81, in <module>
set_gccflag_lsf_version()
File "setup.py", line 54, in set_gccflag_lsf_version
with open('{}/lsf.conf'.format(_lsf_envdir), 'r') as f:
ValueError: zero length field name in format1 parent 0e88a4d commit 86ff69c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
0 commit comments