[run] Fix

This commit is contained in:
Alexander Trofimov
2020-12-03 16:17:43 +03:00
parent 1a2d610039
commit a9aead5547

View File

@ -32,7 +32,9 @@ class CDependencies:
self.append_uninstall(item)
for item in oCdependencies.removepath:
self.append_removepath(item)
self.sqlPath = oCdependencies.sqlPath
if (oCdependencies.sqlPath != ''):
self.sqlPath = oCdependencies.sqlPath
def append_install(self, item):
if (item not in self.install):