From: Martin Taibr Date: Thu, 15 Jun 2017 14:45:23 +0000 (+0200) Subject: forgot format() X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic.wiki.git;a=commitdiff_plain;h=724ad6284ce242f1ca77af97e0df97f459de85cb;ds=inline forgot format() --- diff --git a/assets/check-and-fix.py b/assets/check-and-fix.py index f8833d8..3c2861d 100755 --- a/assets/check-and-fix.py +++ b/assets/check-and-fix.py @@ -199,7 +199,7 @@ def link_to_path(current_file: str, link: str) -> str: # when not using subdirs, nothing or "." works for all 3 if link.startswith("..") or link.startswith("/"): - print("file: {} bad link: {}", link) + print("file: {} bad link: {}".format(current_file, link)) # path relative to wiki root, not curent file current_dir = dirname(current_file)