summaryrefslogtreecommitdiffstats
path: root/scripts/lib/bsp/tags.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/lib/bsp/tags.py')
-rw-r--r--scripts/lib/bsp/tags.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/bsp/tags.py b/scripts/lib/bsp/tags.py
index 869b1d065a..256b25cb04 100644
--- a/scripts/lib/bsp/tags.py
+++ b/scripts/lib/bsp/tags.py
@@ -35,7 +35,7 @@ INDENT_STR = " "
35 35
36BLANKLINE_STR = "of.write(\"\\n\")" 36BLANKLINE_STR = "of.write(\"\\n\")"
37NORMAL_START = "of.write" 37NORMAL_START = "of.write"
38OPEN_START = "of = open" 38OPEN_START = "current_file ="
39 39
40INPUT_TYPE_PROPERTY = "type" 40INPUT_TYPE_PROPERTY = "type"
41 41