Skip to content
Snippets Groups Projects
Commit a73217ca authored by Martin Bauer's avatar Martin Bauer
Browse files

Bugfix in boundary naming

parent c47614d9
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,8 @@ class FlagFieldInterface(object):
counter = 1
while name in existingNames:
name = "%s_%d" % (baseName, counter)
counter += 1
return name
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment