fix bug in python api

This commit is contained in:
bookug 2017-02-09 17:08:52 +08:00
parent 4d7cffcb56
commit d1de4bef37
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ class GstoreConnector:
cmd = f.__name__
if f.__name__ == 'query':
#DEBUG:only sparql query should be used, output should not be included in parameters
params = ' '.join([args[1], args[0])
params = ' '.join([args[1], args[0]])
else:
params = ' '.join(map(lambda x:str(x), args))
full_cmd = ' '.join([