1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-06 00:18:01 +00:00

fix bug for #167

This commit is contained in:
deadc0de6
2019-06-19 17:29:26 +02:00
parent 1888a09ad7
commit 185404ffd7
2 changed files with 110 additions and 1 deletions

View File

@@ -238,7 +238,7 @@ class CfgAggregator:
while newkey in keys:
# if unable to get a unique path
# get a random one
newkey = self.key_sep.join([key, cnt])
newkey = self.key_sep.join([key, str(cnt)])
cnt += 1
return newkey