added librefit

This commit is contained in:
2025-09-28 17:32:07 +02:00
parent b09ea6a8c5
commit 29924ffb36
3 changed files with 6 additions and 3 deletions

View File

@@ -59,7 +59,9 @@ class Refit_Create:
# Creating path for the folder
temp_name = f"{folder_name}_{number_string}"
logger.debug(f"temp_name= {temp_name}")
folder_creation_path = os.path.join(input, temp_name)
logger.debug(f"Created: {folder_creation_path}")
# Creating folder and subtracting n by one for the number_string
os.mkdir(folder_creation_path)
n -= 1