Skip to content

Commit b925bc2

Browse files
committed
Forgot to push this for CSS vmfs (?)
1 parent 711a188 commit b925bc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source_code/stripplier.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def appendDict(dic):
132132
ents.append(dic)
133133
if dic['k'] == 'cameras':
134134
cameras.append(dic)
135-
if dic['k'] == 'cordons':
135+
if dic['k'] == 'cordons' or dic['k'] == 'cordon':
136136
cordons.append(dic)
137137

138138
def readVMF(name):

0 commit comments

Comments
 (0)