1
0
Fork 0

RegFieldDesc: same string used to insert/compare

This commit is contained in:
Megan Wachs 2018-02-15 14:23:27 -08:00 committed by GitHub
parent b95f68447f
commit e0c3b22d61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ case class TLRegisterNode(
while( ElaborationArtefacts.contains(s"${base}.${suffix}.regmap.json")){
suffix = suffix + 1
}
ElaborationArtefacts.add(s"${base}.${suffix}regmap.json", pretty(render(json)))
ElaborationArtefacts.add(s"${base}.${suffix}.regmap.json", pretty(render(json)))
}
}