|
@@ -317,10 +317,9 @@ def runCarlaDiscovery(itype, stype, filename, tool, wineSettings=None): |
|
|
else: |
|
|
else: |
|
|
print("%s - %s (unknown property)" % (line, filename)) |
|
|
print("%s - %s (unknown property)" % (line, filename)) |
|
|
|
|
|
|
|
|
# FIXME? |
|
|
|
|
|
tmp = gDiscoveryProcess |
|
|
tmp = gDiscoveryProcess |
|
|
gDiscoveryProcess = None |
|
|
gDiscoveryProcess = None |
|
|
del gDiscoveryProcess, tmp |
|
|
|
|
|
|
|
|
del tmp |
|
|
|
|
|
|
|
|
return plugins |
|
|
return plugins |
|
|
|
|
|
|
|
|