Skip to content

Commit

Permalink
fix format string
Browse files Browse the repository at this point in the history
  • Loading branch information
allefant committed Feb 22, 2019
1 parent e04dcd2 commit 03cdcc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/tools/unit_tree/html_output.py
Expand Up @@ -330,7 +330,7 @@ def group_name(self, group):
name = name[name.rfind("=") + 1:]
else:
name = "missing"
error_message("Warning: %s has no faction name\n", group[1])
error_message("Warning: %s has no faction name\n" % group[1])
else:
name = "factionless"
return name
Expand Down

0 comments on commit 03cdcc5

Please sign in to comment.