eva-shell 0.2.29__tar.gz → 0.2.30__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {eva-shell-0.2.29 → eva-shell-0.2.30}/PKG-INFO +1 -1
- {eva-shell-0.2.29 → eva-shell-0.2.30}/eva4_shell/__init__.py +1 -1
- {eva-shell-0.2.29 → eva-shell-0.2.30}/eva4_shell/shell.py +3 -1
- {eva-shell-0.2.29 → eva-shell-0.2.30}/eva_shell.egg-info/PKG-INFO +1 -1
- {eva-shell-0.2.29 → eva-shell-0.2.30}/setup.py +1 -1
- {eva-shell-0.2.29 → eva-shell-0.2.30}/LICENSE +0 -0
- {eva-shell-0.2.29 → eva-shell-0.2.30}/README.md +0 -0
- {eva-shell-0.2.29 → eva-shell-0.2.30}/bin/eva +0 -0
- {eva-shell-0.2.29 → eva-shell-0.2.30}/eva4_shell/ap.py +0 -0
- {eva-shell-0.2.29 → eva-shell-0.2.30}/eva4_shell/charts.py +0 -0
- {eva-shell-0.2.29 → eva-shell-0.2.30}/eva4_shell/cli.py +0 -0
- {eva-shell-0.2.29 → eva-shell-0.2.30}/eva4_shell/client.py +0 -0
- {eva-shell-0.2.29 → eva-shell-0.2.30}/eva4_shell/compl.py +0 -0
- {eva-shell-0.2.29 → eva-shell-0.2.30}/eva4_shell/sharedobj.py +0 -0
- {eva-shell-0.2.29 → eva-shell-0.2.30}/eva4_shell/tools.py +0 -0
- {eva-shell-0.2.29 → eva-shell-0.2.30}/eva_shell.egg-info/SOURCES.txt +0 -0
- {eva-shell-0.2.29 → eva-shell-0.2.30}/eva_shell.egg-info/dependency_links.txt +0 -0
- {eva-shell-0.2.29 → eva-shell-0.2.30}/eva_shell.egg-info/requires.txt +0 -0
- {eva-shell-0.2.29 → eva-shell-0.2.30}/eva_shell.egg-info/top_level.txt +0 -0
- {eva-shell-0.2.29 → eva-shell-0.2.30}/setup.cfg +0 -0
|
@@ -31,7 +31,9 @@ def launch():
|
|
|
31
31
|
if not os.path.exists(common.dir_eva):
|
|
32
32
|
raise RuntimeError(
|
|
33
33
|
f'EVA ICS directory not found. Consider installing EVA ICS either '
|
|
34
|
-
f'in {dir_eva_default} or specifying EVA_DIR env variable'
|
|
34
|
+
f'in {dir_eva_default} or specifying EVA_DIR env variable. '
|
|
35
|
+
f'For For a remote host, set EVA_BUS=HOST:PORT env variable'
|
|
36
|
+
)
|
|
35
37
|
common.bus_path = f'{common.dir_eva}/var/bus.ipc'
|
|
36
38
|
common.bus_name = f'eva-shell.{os.getpid()}'
|
|
37
39
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|