remove white space

This commit is contained in:
momo 2015-11-20 15:45:13 -05:00
parent eb8734866c
commit 02f2367eb0

View File

@ -385,9 +385,6 @@ def getAssociatedArtifactType(db_file, artifact_id):
info = cur.fetchone() info = cur.fetchone()
return "File path: " + info[0] + " Artifact Type: " + info[1] return "File path: " + info[0] + " Artifact Type: " + info[1]
def build_id_table(artifact_cursor): def build_id_table(artifact_cursor):
"""Build the map of object ids to file paths. """Build the map of object ids to file paths.