osmith has uploaded this change for review.

View Change

Cosmetic: testenv: fix line length

Run "ruff format", so there isn't a diff anymore when running it on
future patches.

Change-Id: I766a07c6d54d0da11ad47acce1fc07b4b3a4801b
---
M _testenv/testenv/podman.py
1 file changed, 1 insertion(+), 2 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/84/38284/1
diff --git a/_testenv/testenv/podman.py b/_testenv/testenv/podman.py
index 53806a4..0ecf12d 100644
--- a/_testenv/testenv/podman.py
+++ b/_testenv/testenv/podman.py
@@ -132,8 +132,7 @@

def exec_cmd(cmd, podman_opts=[], cwd=None, env={}, *args, **kwargs):
if not container_name:
- raise RuntimeError("Attempting to execute a command in podman, but the"
- f" container isn't running anymore: {cmd}")
+ raise RuntimeError(f"Attempting to execute a command in podman, but the container isn't running anymore: {cmd}")

podman_opts = list(podman_opts)
podman_opts += generate_env_podman(env)

To view, visit change 38284. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I766a07c6d54d0da11ad47acce1fc07b4b3a4801b
Gerrit-Change-Number: 38284
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>