added librefit
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user