We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 192b31b commit 0fb272fCopy full SHA for 0fb272f
1 file changed
.github/scripts/icomoon_peek.py
@@ -14,10 +14,7 @@ def main():
14
runner = None
15
try:
16
args = arg_getters.get_selenium_runner_args(True)
17
- new_icons = filehandler.find_new_icons(args.devicon_json_path, args.icomoon_json_path)
18
-
19
- if len(new_icons) == 0:
20
- raise Exception("No files need to be uploaded. Ending script...")
+ new_icons = filehandler.get_json_file_content(args.devicon_json_path)
21
22
# get only the icon object that has the name matching the pr title
23
filtered_icon = find_object_added_in_this_pr(new_icons, args.pr_title)
0 commit comments