added proper docstring and refactored get_standard_file_name()
This commit is contained in:
@@ -111,6 +111,7 @@ class Refit_Create:
|
||||
|
||||
file_path = Path(os.path.join(input, temp_name)) # Build file path
|
||||
file_path.touch(exist_ok=True) # creating file
|
||||
|
||||
logger.debug(
|
||||
f"FUNC: create_n_files MSG: created file at {os.path.join(input, temp_name)}"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user