Add in this line that got lost by accident.

This commit is contained in:
Jussi Pakkanen 2015-03-21 12:02:07 +02:00
parent faa623eb93
commit dd519525ec
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ class Resolver:
def resolve(self, packagename):
fname = os.path.join(self.subdir_root, packagename + '.wrap')
dirname = os.path.join(self.subdir_root, packagename)
if not os.path.isfile(fname):
if os.path.isdir(dirname):
# No wrap file but dir exists -> user put it there manually.