Skip to content

Commit

Permalink
fix namespace log string
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Kroll committed Jan 14, 2014
1 parent 6268954 commit 09bc10e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphcare.py
Expand Up @@ -151,7 +151,7 @@ def ReloadGraph(conn, instance, namespaces= '*'):
for i in range(len(namespaces)): nslist.append('N.page_namespace=%s' % namespaces[i])
query+= (' OR '.join(nslist))
query+= ')'
log('%s: running sql import query, namespaces=%s' % (instance, str(nslist)))
log('%s: running sql import query, namespaces=%s' % (instance, str(namespaces)))
log(query)

# get arcs from sql
Expand Down

0 comments on commit 09bc10e

Please sign in to comment.