Skip to content

Commit

Permalink
Another change to enable testing on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvmara committed Feb 17, 2025
1 parent dc6c1a5 commit 83cc4e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def set_reserve_value(self, area, sectionName, variable, value):

def copy_reserve_ini_from_file(self,area, testName):
# File path
fileToReplace = self.files_path["reserves"] / area / "reserves.ini"
fileToReplace = self.files_path["reserves"] / area.lower() / "reserves.ini"
testFile = testName +".ini"
fileToCopy = self.files_path["reserve_ini_folder"] / testFile
shutil.copyfile(fileToCopy, fileToReplace)
Expand Down

0 comments on commit 83cc4e1

Please sign in to comment.