mirror of
https://github.com/bec-project/bec_widgets.git
synced 2025-07-14 03:31:50 +02:00
fix(server): use dock area by default
This commit is contained in:
@ -208,7 +208,7 @@ def main():
|
|||||||
"Please specify a valid gui_class to run. Use -h for help."
|
"Please specify a valid gui_class to run. Use -h for help."
|
||||||
"\n Starting with default gui_class BECFigure."
|
"\n Starting with default gui_class BECFigure."
|
||||||
)
|
)
|
||||||
gui_class = BECFigure
|
gui_class = BECDockArea
|
||||||
|
|
||||||
with redirect_stdout(SimpleFileLikeFromLogOutputFunc(logger.info)):
|
with redirect_stdout(SimpleFileLikeFromLogOutputFunc(logger.info)):
|
||||||
with redirect_stderr(SimpleFileLikeFromLogOutputFunc(logger.error)):
|
with redirect_stderr(SimpleFileLikeFromLogOutputFunc(logger.error)):
|
||||||
|
Reference in New Issue
Block a user