Skip to content

Commit

Permalink
Minor mods
Browse files Browse the repository at this point in the history
  • Loading branch information
joxeankoret committed Dec 6, 2018
1 parent 658b3c3 commit 96a3b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exporters/base_support.py
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ def build_callgraphs(self, cur):
raise
except:
# Ignore unique constraint violations
print("final_steps():", str(sys.exc_info()[1]))
export_log("Error at final_steps(): %s" % (str(sys.exc_info()[1])))

cur.execute("COMMIT")

Expand Down

0 comments on commit 96a3b1d

Please sign in to comment.