From 9985c7afe610af409b3f8402314a038c16a35714 Mon Sep 17 00:00:00 2001 From: Sajith Sasidharan Date: Thu, 7 Sep 2023 14:21:48 -0500 Subject: [PATCH] Reformat --- fabrictestbed_extensions/fablib/node.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fabrictestbed_extensions/fablib/node.py b/fabrictestbed_extensions/fablib/node.py index abc0a7b3..eb5321b7 100644 --- a/fabrictestbed_extensions/fablib/node.py +++ b/fabrictestbed_extensions/fablib/node.py @@ -2820,7 +2820,7 @@ def add_post_boot_upload_directory( :param local_directory_path: local directory. :type local_directory_path: str - + :param remote_directory_path: directory on the node. :type remote_directory_path: str """ @@ -2840,7 +2840,7 @@ def add_post_boot_upload_file( :param local_file_path: path to file on local filesystem. :type local_file_path: str - + :param remote_file_path: path to file on the node. :type remote_file_path: str """