Skip to content
Snippets Groups Projects
Commit 593689f8 authored by jkerdreu's avatar jkerdreu
Browse files

- Fix a cut/paste error

git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@3010 b32b6428-25c9-4566-ad07-03861ab6144f
parent ff1be660
No related branches found
No related tags found
No related merge requests found
......@@ -844,8 +844,7 @@ def pkgrun():
logger.info(f"{xaal_mod} loaded")
result = mod.setup(eng)
if result != True:
logger.critical("something goes wrong with package: %s" % pkg_name)
logger.critical("something goes wrong with package: %s" % xaal_mod)
load_pkgs()
helper.run_forever()
......@@ -872,7 +871,6 @@ def shell():
# imported modules for convenient use in the shell
from xaal.schemas import devices
IPython.embed(banner1="============================== xAAL Shell ==============================",
banner2=f"* AsyncEngine running in background:\n* eng = {eng}\n\n",
colors="Linux",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment