1
0
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:
Thomas Bui
2021-01-08 15:53:42 -08:00
parent b1922925b7
commit c9b19346b2
6 changed files with 26 additions and 18 deletions

View File

@@ -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]):