Skip to content

Commit 14911d3

Browse files
pre-commit-ci[bot]JoeZiminski
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 1d3c13b commit 14911d3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/ssh_test_utils.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,9 @@ def setup_project_and_container_for_ssh(project):
102102
os.chdir(image_path)
103103
breakpoint()
104104
subprocess.run(f"{container_software} build ssh_server .", shell=True)
105-
subprocess.run(f"{container_software} run ssh_server", shell=True) # ; docker build -t ssh_server .", shell=True) # ;docker run -p 22:22 ssh_server
105+
subprocess.run(
106+
f"{container_software} run ssh_server", shell=True
107+
) # ; docker build -t ssh_server .", shell=True) # ;docker run -p 22:22 ssh_server
106108

107109
setup_project_for_ssh(
108110
project,

0 commit comments

Comments
 (0)