mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-03 12:18:00 +00:00
lf_report.py : added file_add_path
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
@@ -179,7 +179,7 @@ class lf_report():
|
|||||||
def get_report_path(self):
|
def get_report_path(self):
|
||||||
return self.path_date_time
|
return self.path_date_time
|
||||||
|
|
||||||
def file_location(self, file):
|
def file_add_path(self, file):
|
||||||
output_file = str(self.path_date_time)+'/'+ str(file)
|
output_file = str(self.path_date_time)+'/'+ str(file)
|
||||||
print("output file {}".format(output_file))
|
print("output file {}".format(output_file))
|
||||||
return output_file
|
return output_file
|
||||||
|
|||||||
Reference in New Issue
Block a user