Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Fix incorrect file path warning jsdelivr/jsdelivr#5394
Browse files Browse the repository at this point in the history
  • Loading branch information
megawac committed Jun 22, 2015
1 parent 4990794 commit c0e28b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def validate(self, pr, debug=False):
elif ext == ".json" and len(split_name) == 3:
update_files.append(data)
else:
code_files.append("Unexpected file at {0}".format(pr_file.filename))
warnings.append("Unexpected file, *{0}*".format(pr_file.filename))


checked = {}
Expand Down

0 comments on commit c0e28b5

Please sign in to comment.