Skip to content
Snippets Groups Projects
Commit 740bc3c0 authored by Douglas AC's avatar Douglas AC
Browse files

Transforming relative output paths to absolute in order to receive files with parallel-ssh lib.

parent 53e766ae
Branches iptraf-ng
No related tags found
No related merge requests found
......@@ -93,7 +93,7 @@ def checkPaths(host_file, output_folder):
def recoverDataFromNodes(clients, password, output_folder):
output = f'{output_folder}/{EXPERIMENT_ID}/'
output = os.path.abspath(f'{output_folder}/{EXPERIMENT_ID}')+'/'
helper.createFolder(output)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment