Commit 475584bc authored by Jim Fulton's avatar Jim Fulton

Fix bug that caused error when no Extensions directory.

parent 377871fc
......@@ -169,6 +169,7 @@ class Product(Folder):
pp=id+'.'
lpp=len(pp)
ed=os.path.join(SOFTWARE_HOME,'Extensions')
if os.path.exists(ed):
for name in os.listdir(ed):
suffix=''
if name[:lpp]==pp:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment