Skip to content
Snippets Groups Projects
Commit da47bcc7 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Quack

parent b88cd006
No related branches found
No related tags found
No related merge requests found
...@@ -55,7 +55,7 @@ def convert_tabs_to_spaces(file_path, tab_stop): ...@@ -55,7 +55,7 @@ def convert_tabs_to_spaces(file_path, tab_stop):
new_lines.append(new_line + '\n') new_lines.append(new_line + '\n')
with open(file_path, 'w') as file: with open(file_path, 'w', newline='\n') as file:
file.writelines(new_lines) file.writelines(new_lines)
def process_directory(directory, extensions, tab_stop): def process_directory(directory, extensions, tab_stop):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment