You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
== 2015-08-14 13:44:25,331 main INFO No easyconfigs left to be built.
== No easyconfigs left to be built.
== 2015-08-14 13:44:25,334 main INFO Build succeeded for 0 out of 0
== Build succeeded for 0 out of 0
Traceback (most recent call last):
File "/home/ward/opt/lib/python2.7/site-packages/easybuild_framework-2.2.0.dev0-py2.7.egg/easybuild/main.py", line 339, in <module>
main()
File "/home/ward/opt/lib/python2.7/site-packages/easybuild_framework-2.2.0.dev0-py2.7.egg/easybuild/main.py", line 332, in main
stop_logging(logfile, logtostdout=options.logtostdout)
File "/home/ward/opt/lib/python2.7/site-packages/easybuild_framework-2.2.0.dev0-py2.7.egg/easybuild/tools/build_log.py", line 204, in stop_logging
fancylogger.logToFile(logfile, enable=False)
File "/home/ward/opt/lib/python2.7/site-packages/vsc_base-2.2.5-py2.7.egg/vsc/utils/fancylogger.py", line 468, in logToFile
directory = os.path.dirname(filename)
File "/usr/lib/python2.7/posixpath.py", line 129, in dirname
i = p.rfind('/') + 1
AttributeError: 'NoneType' object has no attribute 'rfind'
The text was updated successfully, but these errors were encountered:
@stdweird: Well, it seems like filename is None somehow, I guess fancylogger could/should check that and either act on it or report a more sensible error?
Figuring out why it is None is also important though. This looks quite similar to easybuilders/easybuild-framework#1298, but that fix is included in the EB version being used here.
Using 443a227 on Debian 8.
The text was updated successfully, but these errors were encountered: