We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91dda8c commit 3996b7fCopy full SHA for 3996b7f
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