Skip to content
Snippets Groups Projects
Commit 29b7caad authored by jacques.grelet_ird.fr's avatar jacques.grelet_ird.fr
Browse files

add EasyPrint()

It will output to a debug window. Bug ? debug windows xas closed before exiting program
parent 78a36393
No related branches found
No related tags found
No related merge requests found
......@@ -116,7 +116,13 @@ if __name__ == "__main__":
sg.PopupScrolled('Oceano2python', dims,
fe.disp(args.key), size=(80, 40))
# It will output to a debug window. Bug ? debug windows xas closed before exiting program
# print = sg.Print
# or
# print = sg.Print(size=(80,40))
else:
# in command line mode (console)
fe, n, m = process(args, cfg, 'ctd')
print("Dimensions: {} x {}".format(m, n))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment