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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user