Skip to content

Commit

Permalink
Quote relevant parts of string
Browse files Browse the repository at this point in the history
  • Loading branch information
fridex committed Sep 25, 2018
1 parent 6010eed commit 2650e70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions thoth/adviser/python/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,8 +384,8 @@ def _check_scan(self, package_version: PackageVersion, index_report: dict) -> li
scan_report.append({
'type': 'ERROR',
'id': 'MISSING-PACKAGE',
'justification': f'Source index {package_version.index} explicitly '
f'assigned to package {package_version.name} but package '
'justification': f'Source index {package_version.index!r} explicitly '
f'assigned to package {package_version.name!r} but package '
f'was not found on the given index - was it removed?',
'source': source,
'package_locked': package_version.to_pipfile_lock(),
Expand Down

0 comments on commit 2650e70

Please sign in to comment.