From 15f0f5889ad7af9f71b3f152332ecc15b5a80171 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Wed, 31 Aug 2016 14:27:01 +0200 Subject: [PATCH] Just an extra TODO in the node types --- attract_server/node_types/task.py | 1 + 1 file changed, 1 insertion(+) diff --git a/attract_server/node_types/task.py b/attract_server/node_types/task.py index dc07756..7de52aa 100644 --- a/attract_server/node_types/task.py +++ b/attract_server/node_types/task.py @@ -18,6 +18,7 @@ node_type_task = { 'filepath': { 'type': 'string', }, + # TODO: describe what this is. 'revision': { 'type': 'integer', },