added proper docstring and refactored get_standard_file_name()

This commit is contained in:
2025-09-30 09:35:25 +02:00
parent cf828c7f97
commit b0e3594b49
2 changed files with 39 additions and 27 deletions

View File

@@ -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)}"
)