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
If /usr/local/packager/registry.log contains 2 or more empty lines the following error happens:
Traceback (most recent call last):
File "/usr/local/packager/packager.py", line 561, in <module>
c.run()
File "/usr/local/packager/packager.py", line 50, in run
cmd_obj.run(self, params, options)
File "/usr/local/packager/packager.py", line 153, in run
registry = PackageRegistry()
File "/usr/local/packager/packager.py", line 439, in __init__
self.packages = self.__parseRegistry(self.__registry)
File "/usr/local/packager/packager.py", line 451, in __parseRegistry
package, version = line.split(':')
ValueError: need more than 1 value to unpack
OSX 10.13.2
Python 2.7.10
The text was updated successfully, but these errors were encountered:
ralf57
changed the title
Error when the registry contains empty lines
Error when the registry contains multiple empty lines
Feb 1, 2018
If
/usr/local/packager/registry.log
contains 2 or more empty lines the following error happens:OSX 10.13.2
Python 2.7.10
The text was updated successfully, but these errors were encountered: