Skip to content
Snippets Groups Projects
Commit e3fdf855 authored by Campbell Barton's avatar Campbell Barton
Browse files

Print absolute path for spell checker

parent 2052bc1a
No related branches found
No related merge requests found
......@@ -266,6 +266,7 @@ def extract_c_comments(filepath):
if PRINT_NON_ALIGNED:
lineno = 1 + text.count("\n", 0, i)
if PRINT_QTC_TASKFORMAT:
filepath = os.path.abspath(filepath)
print("%s\t%d\t%s\t%s" % (filepath, lineno, "comment", align_vals))
else:
print(filepath + ":" + str(lineno) + ":")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment