From f37a1bce0e0b0b6ea3f488d7bdaf8bd05bffb123 Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Mon, 27 Jul 2020 19:07:56 +0200 Subject: Improve docs --- api/opendc/models/prefab.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'api/opendc/models/prefab.py') diff --git a/api/opendc/models/prefab.py b/api/opendc/models/prefab.py index 70910c4a..edf1d4c4 100644 --- a/api/opendc/models/prefab.py +++ b/api/opendc/models/prefab.py @@ -16,6 +16,8 @@ class Prefab(Model): """ user = User.from_google_id(google_id) + # TODO(Jacob) add special handling for OpenDC-provided prefabs + #try: print(self.obj) -- cgit v1.2.3