Skip to content

Commit

Permalink
lint: resolve → absolute
Browse files Browse the repository at this point in the history
  • Loading branch information
pyroscope committed Feb 23, 2020
1 parent b2cf972 commit a47a2a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def lint(ctx, output='', rcfile='', with_report=False):
if not with_report:
argv += ["-rn"]
argv += [
"--import-graph", str((lint_build_dir / "imports.dot").resolve()),
"--import-graph", str((lint_build_dir / "imports.dot").absolute()),
]
argv += [PROJECT_NAME]

Expand Down

0 comments on commit a47a2a5

Please sign in to comment.