Skip to content

Commit 47888c8

Browse files
author
Sean Trott
committed
location
1 parent 637e20e commit 47888c8

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/nluas/language/core_specializer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ def get_spgValue(self, spg, valueType):
230230
value = getattr(spg, valueType)
231231
#goal = spg.goal
232232
if value.type() == "location":
233-
return {'location': int(value.xCoord), int(value.xCoord)}
233+
return {'location': (int(value.xCoord), int(value.xCoord))}
234234
if value.index() == spg.landmark.index():
235235
return {'objectDescriptor': self.get_objectDescriptor(value)}
236236
if value.type() == "RD":
67 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)