Skip to content

Commit 716ffcf

Browse files
authored
Fat fingered the url for the items (#298)
1 parent fbc3b59 commit 716ffcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codegen/pyadritem.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ class Item:
114114
def url(self):
115115
"""URL corresponding to the item"""
116116
if self.serverobj.get_URL() is not None and self.item.guid is not None:
117-
self._url = self.serverobj.get_URL() + "/reports/report_display/?usemenus=off&query=A%7Ci_guid%7C%eq%7C"
117+
self._url = self.serverobj.get_URL() + "/reports/report_display/?usemenus=off&query=A%7Ci_guid%7Ceq%7C"
118118
self._url += str(self.item.guid)
119119
else:
120120
self._url = None

0 commit comments

Comments
 (0)