mirror of
https://github.com/konpa/devicon.git
synced 2025-08-23 06:33:11 +02:00
Python now print traceback
This commit is contained in:
1
.github/scripts/build_assets/filehandler.py
vendored
1
.github/scripts/build_assets/filehandler.py
vendored
@@ -214,6 +214,7 @@ def get_added_modified_svgs(files_changed_json_path: str):
|
||||
:return: a list of the svg file paths that were added/modified in this pr.
|
||||
"""
|
||||
files_dict = get_json_file_content(files_changed_json_path)
|
||||
print(files_dict)
|
||||
svgs = []
|
||||
for file in files_dict["added"]:
|
||||
path = Path(file)
|
||||
|
Reference in New Issue
Block a user