|
|
@ -377,7 +377,6 @@ class NsmServerControl(object): |
|
|
|
self.nsmOSCUrl = o.netloc.split(":")[0], o.port |
|
|
|
else: |
|
|
|
envResult = self._getNsmOSCUrlFromEnvironment() |
|
|
|
print(2) |
|
|
|
if envResult: |
|
|
|
#In case there is no actual nsmd running but there still was a NSM_URL env var, e.g. over the network, use this. |
|
|
|
#There is a corner case that the env is local but the user chose to ignore the GUI way (nsmd 1.6.0) to proivde us directly with a specific URL. |
|
|
|