now returning pylot_form to have access to GUI modules in ipython

This commit is contained in:
Marcel Paffrath 2017-04-10 14:01:08 +02:00
parent 50d3c5f235
commit 0656a571cd

View File

@ -1209,6 +1209,8 @@ def main():
splash.finish(pylot_form)
if app_created:
pylot_app.exec_()
else:
return pylot_form
if __name__ == "__main__":