[elbe-devel] [PATCH 18/19] elbepack: delete now unused elbe_dir
Thomas Weißschuh
thomas.weissschuh at linutronix.de
Tue Mar 19 08:47:47 CET 2024
Signed-off-by: Thomas Weißschuh <thomas.weissschuh at linutronix.de>
---
conftest.py | 1 -
elbepack/directories.py | 1 -
2 files changed, 2 deletions(-)
diff --git a/conftest.py b/conftest.py
index 4c08f1dfb596..6ae9b3d480f7 100644
--- a/conftest.py
+++ b/conftest.py
@@ -7,7 +7,6 @@ import pytest
def pytest_sessionstart(session):
elbepack.directories.elbe_exe = os.path.join(os.path.dirname(__file__), 'elbe')
- elbepack.directories.elbe_dir = os.path.dirname(__file__)
# https://stackoverflow.com/a/61193490
diff --git a/elbepack/directories.py b/elbepack/directories.py
index 20df3da2334d..700f2ca266bb 100644
--- a/elbepack/directories.py
+++ b/elbepack/directories.py
@@ -13,7 +13,6 @@ import elbepack
# set global variables that are used in other modules via imports
elbe_exe = os.path.abspath(os.path.realpath(__main__.__file__))
-elbe_dir = os.path.dirname(elbe_exe)
def get_cmdlist():
--
2.44.0
More information about the elbe-devel
mailing list