We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 116d936 commit 90b02ddCopy full SHA for 90b02dd
test/simln_test.py
@@ -55,7 +55,7 @@ def copy_results(self) -> bool:
55
self.log.info("Sleep to process results")
56
sleep(60)
57
58
- download(pod.metadata.name, pod.metadata.namespace, Path("/working/results"), Path("."))
+ download(pod.metadata.name, Path("/working/results"), Path("."), pod.metadata.namespace)
59
60
for root, _dirs, files in os.walk(Path("results")):
61
for file_name in files:
0 commit comments