1
0
mirror of https://github.com/konpa/devicon.git synced 2025-02-22 16:23:52 +01:00

Updated the logging of the actions

This commit is contained in:
Thomas Bui 2021-02-21 18:50:09 -08:00
parent b627c573b5
commit f246192fe6
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ def check_svgs(svg_file_paths: List[Path]):
tree = et.parse(svg_path)
root = tree.getroot()
namespace = "{http://www.w3.org/2000/svg}"
err_msg = [f"{svg_path.name}:"]
err_msg = [f"{svg_path}:"]
if root.tag != f"{namespace}svg":
err_msg.append(f"-root is '{root.tag}'. Root must be an 'svg' element")

View File

@ -54,7 +54,7 @@ jobs:
I'm Devicons' Peek Bot and I just peeked at the icons that you wanted to add using [icomoon.io](https://icomoon.io/app/#/select).
Here is the result below:
![Peeked Icons (top left)]({0})
{0}
Here are the zoomed-in screenshots of the added icons:
{1}