Skip to content

Commit 6a96401

Browse files
authored
Merge pull request #83 from hellohaihai/patch-1
Update ops.py
2 parents cee2d37 + c2911f4 commit 6a96401

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ops/views/ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ def bfsopsVolumesPost():
180180
resp['errorMsg'] = ""
181181

182182
need_break = False
183-
global MAX_VOLUME_ID
183+
global MAX_VOLUME_ID
184184
for group_id_u in groups:
185185
group_id = group_id_u.encode('utf-8')
186186
stores = GROUP_STORE[group_id]

0 commit comments

Comments
 (0)