You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Started adding AM for OSLC Query - but not working yet!
All HTTP operatoins now include two custom headers to make it easier to see where in the code the message was started from - elmclient-Intent and elmclient-Trace (with a stack trace)
Started adding API demonstrator for the >=7.1 RM types API - not working yet!
Copy file name to clipboardExpand all lines: elmclient/_project.py
+13-9Lines changed: 13 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ def _get_typeuri_rdf(self,uri):
75
75
logger.info( utils.callers() )
76
76
try:
77
77
# try to retrieve the rdf using no_error_log=True becase some urls don't exist and we don't really mind if it can't be retrieved, e.g. /jts/users/unassigned which never exits in JTS
78
-
self._gettypecache[realuri] =self.execute_get_rdf_xml(uri, intent="Retrieve type definition", no_error_log=True) ifuri.startswith( "https://") elseNone
78
+
self._gettypecache[realuri] =self.execute_get_rdf_xml(uri, intent="Retrieve type definition", no_error_log=True, cacheable=True) ifuri.startswith( "https://") elseNone
0 commit comments