mirror of
https://github.com/konpa/devicon.git
synced 2025-08-22 22:24:43 +02:00
Updated file names in check_svgs_on_pr
This commit is contained in:
2
.github/scripts/build_assets/util.py
vendored
2
.github/scripts/build_assets/util.py
vendored
@@ -13,7 +13,7 @@ def exit_with_err(err: Exception):
|
||||
:param: err, the error/exception encountered.
|
||||
"""
|
||||
traceback.print_exc()
|
||||
sys.exit(str(err))
|
||||
sys.exit(1)
|
||||
|
||||
|
||||
def check_svgs(svg_file_paths: List[Path]):
|
||||
|
Reference in New Issue
Block a user