From d5cdaddf6ab133e6c62f83a2780642c68dd0efd1 Mon Sep 17 00:00:00 2001 From: Bill Eubanks Date: Thu, 23 Jun 2022 11:40:30 -0400 Subject: [PATCH] restoring newFilename to the full newFileWithTimestamp in the addTimestampToFile function. It was removed in commit 6a82f5e576815d6f9e10d38b0d25aa4d8d753777 --- RestPy/SampleScripts/loadQuickTest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RestPy/SampleScripts/loadQuickTest.py b/RestPy/SampleScripts/loadQuickTest.py index a506d7d0..fcffd1e1 100644 --- a/RestPy/SampleScripts/loadQuickTest.py +++ b/RestPy/SampleScripts/loadQuickTest.py @@ -123,7 +123,7 @@ def addTimestampToFile(rfcTest, filename): newFilename = filename.split('.')[0] newFileExtension = filename.split('.')[1] - newFileWithTimestamp = '{}_{}.{}'.format(rfcTest, currentTimestamp, newFileExtension) + newFileWithTimestamp = '{}_{}_{}.{}'.format(rfcTest, newFilename, currentTimestamp, newFileExtension) return newFileWithTimestamp ixNetworkVersion = ixNetwork.Globals.BuildNumber