mirror of
https://github.com/ONLYOFFICE/build_tools.git
synced 2026-04-07 14:06:31 +08:00
[run] Fix
This commit is contained in:
@ -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):
|
||||
|
||||
Reference in New Issue
Block a user