Add in this line that got lost by accident.
This commit is contained in:
parent
faa623eb93
commit
dd519525ec
1
wrap.py
1
wrap.py
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue