summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnowsys-ndf/gnowsys_ndf/ndf/management/commands/shift_Triples.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnowsys-ndf/gnowsys_ndf/ndf/management/commands/shift_Triples.py b/gnowsys-ndf/gnowsys_ndf/ndf/management/commands/shift_Triples.py
index f763bd2..e8aba88 100644
--- a/gnowsys-ndf/gnowsys_ndf/ndf/management/commands/shift_Triples.py
+++ b/gnowsys-ndf/gnowsys_ndf/ndf/management/commands/shift_Triples.py
@@ -35,7 +35,7 @@ class Command(BaseCommand):
try:
triple_collection_name = Triple.collection_name
node_collection_name = Node.collection_name
-
+
if triple_collection_name not in db.collection_names():
try:
# [A] Create Triples collection