Skip to content
Snippets Groups Projects
Commit a929250f authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

MAINT: added debug output

parent 9811716b
No related branches found
No related tags found
1 merge request!22Release 0.3
......@@ -102,6 +102,7 @@ def get_referenced_files(glob, prefix=None, filename=None, location=None):
glob = os.path.normpath(glob)
try:
query_string = "FIND file which is stored at {}".format(glob)
logger.debug(query_string)
files = db.execute_query(query_string)
except TransactionError:
logger.error(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment