|
@@ -64,7 +64,7 @@ def has_conflict(base, compare):
|
|
type1 = location.get('Type')
|
|
type1 = location.get('Type')
|
|
location2 = compare.get(name)
|
|
location2 = compare.get(name)
|
|
if isinstance(location2, str):
|
|
if isinstance(location2, str):
|
|
- location2 = dict(location2)
|
|
|
|
|
|
+ location2 = json.loads(location2)
|
|
type2 = location2.get('Type')
|
|
type2 = location2.get('Type')
|
|
if type1 in type2:
|
|
if type1 in type2:
|
|
if 'Line' in type1:
|
|
if 'Line' in type1:
|