This commit is contained in:
erik 2023-07-12 14:37:21 +02:00
parent e1639974e3
commit a4cdf051ff

View file

@ -123,7 +123,6 @@ class ExecutionApi:
print("Command failed with code: ", exc.returncode, " and message:", exc.stderr) print("Command failed with code: ", exc.returncode, " and message:", exc.stderr)
class EnvironmentApi: class EnvironmentApi:
def get(self, key): def get(self, key):
return environ.get(key) return environ.get(key)