now returning pylot_form to have access to GUI modules in ipython
This commit is contained in:
parent
50d3c5f235
commit
0656a571cd
@ -1209,6 +1209,8 @@ def main():
|
|||||||
splash.finish(pylot_form)
|
splash.finish(pylot_form)
|
||||||
if app_created:
|
if app_created:
|
||||||
pylot_app.exec_()
|
pylot_app.exec_()
|
||||||
|
else:
|
||||||
|
return pylot_form
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
Loading…
Reference in New Issue
Block a user