We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d841584 commit 04fe33aCopy full SHA for 04fe33a
oclp_r/sys_patch/utilities/files.py
@@ -65,7 +65,7 @@ def install_new_file(source_folder: Path, destination_folder: Path, file_name: s
65
fix_permissions(destination_folder + "/" + file_name)
66
67
68
-def remove_file(destination_folder: Path, file_name: str, trans: dict = None) -> None:
+def remove_file(destination_folder: Path, file_name: str) -> None:
69
"""
70
Removes a file from the destination folder
71
0 commit comments