We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 90b6371 + 3996b7f commit 1f86c36Copy full SHA for 1f86c36
ssg/fixes.py
@@ -77,7 +77,7 @@ def applicable_platforms(fix_path):
77
_, config = parse_from_file_without_jinja(fix_path)
78
79
if 'platform' not in config:
80
- raise ValueError("Malformed fix: missing platform" % fix_path)
+ raise ValueError("Malformed fix: missing platform in %s" % fix_path)
81
82
return parse_platform(config['platform'])
83
0 commit comments