loadPlugins() should filter *.py files or given more obvious exception hint
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Packstack |
Incomplete
|
Undecided
|
Ivan Chavero (imcsk8) |
Bug Description
when i debug installation for opensatck, i get a exception as follow:
[root@opencos127 home]# packstack --answer-
ERROR:root:
File "/usr/lib/
loadPlugins()
File "/usr/lib/
fileList = sorted(fileList, cmp=plugin_compare)
File "/usr/lib/
x_cmp = x_match.group(1)
AttributeError: 'NoneType' object has no attribute 'group'
ERROR : 'NoneType' object has no attribute 'group'
Traceback (most recent call last):
File "/usr/bin/
run_
File "/usr/lib/
print(
UnboundLocalError: local variable 'logFile' referenced before assignment
the reason is there is a redundant file called .svn in /usr/lib/
Changed in packstack: | |
assignee: | nobody → Ivan Chavero (imcsk8) (ichavero-ichavero) |
status: | New → Incomplete |