Browse Source

fix for new sessions

master
Nils 3 years ago
parent
commit
adb1b46311
  1. 1
      tools/nsm-data

1
tools/nsm-data

@ -306,6 +306,7 @@ class DataClient(object):
return result
else:
logger.error(f"""{absoluteJsonFilePath} was saved with {result["version"]} but we need {VERSION}""")
#self.nsmClient.setLabel... We cannot use nsm client here because at this point we are still in the open/new callback. and self.nsmClient does not exist yet.
sysexit()
else:
logger.error(f"""Error. {absoluteJsonFilePath} not loaded. Not a sane agordejo/nsm-data file in json format""")

Loading…
Cancel
Save