Skip to content

Commit 90b02dd

Browse files
committed
fix call to download
1 parent 116d936 commit 90b02dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/simln_test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def copy_results(self) -> bool:
5555
self.log.info("Sleep to process results")
5656
sleep(60)
5757

58-
download(pod.metadata.name, pod.metadata.namespace, Path("/working/results"), Path("."))
58+
download(pod.metadata.name, Path("/working/results"), Path("."), pod.metadata.namespace)
5959

6060
for root, _dirs, files in os.walk(Path("results")):
6161
for file_name in files:

0 commit comments

Comments
 (0)