1
0
Fork 0
mirror of https://github.com/matomo-org/matomo-icons.git synced 2024-09-19 17:03:45 +02:00
This commit is contained in:
Lukas Winkler 2017-05-07 17:31:30 +02:00
parent b54179a4ee
commit 32f3531408

View file

@ -48,10 +48,6 @@ def test_if_source_for_images():
for source_file in glob.glob("src/{type}/*.{filetype}".format(type=icontype, filetype=filetype)):
if not os.path.islink(source_file):
if not os.path.isfile(source_file + ".source") and not "UNK" in source_file:
with open(source_file + ".source", "w") as text_file:
print("Copied over from piwik repository", file=text_file)
with open(source_file + ".todo", "w") as text_file:
print("Replace with better icon", file=text_file)
print("Source is missing for {file}".format(file=source_file))
error = True