diff service/mqtt_to_rdf/rdf_debug.py @ 1651:20474ad4968e

WIP - functions are broken as i move most layers to work in Chunks not Triples A Chunk is a Triple plus any rdf lists.
author drewp@bigasterisk.com
date Sat, 18 Sep 2021 23:57:20 -0700
parents 2061df259224
children 7d3797ed6681
line wrap: on
line diff
--- a/service/mqtt_to_rdf/rdf_debug.py	Sat Sep 18 23:53:59 2021 -0700
+++ b/service/mqtt_to_rdf/rdf_debug.py	Sat Sep 18 23:57:20 2021 -0700
@@ -28,4 +28,4 @@
             lines = [line.strip() for line in lines]
         return ' '.join(lines)
     except TypeError:
-        return repr(g)
\ No newline at end of file
+        return repr(g)