Skip to content

Commit 2a59daf

Browse files
pllimlwasser
authored andcommitted
Fix undeclared fix_indent
1 parent 408b762 commit 2a59daf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pyosmeta/file_io.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ def clean_yaml_file(filename):
151151

152152
# TODO: regex would be cleaner here
153153
cleaned_lines = []
154+
fix_indent = False
154155
for i, line in enumerate(lines):
155156
if i == 0 and line.startswith(" "):
156157
# check for 2 spaces in the first line

0 commit comments

Comments
 (0)