diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-03-14 00:13:10 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-03-14 00:13:10 -0300 |
commit | fa9b65224bec3d6154c5c537e7bb8b097568e174 (patch) | |
tree | 4546e8d8449b16e99a54060d6020fe3555c4fa14 /wiki | |
parent | 8b6cd0317883878f8fcb522c79e7aff6d155afc2 (diff) | |
download | tools-fa9b65224bec3d6154c5c537e7bb8b097568e174.tar.gz tools-fa9b65224bec3d6154c5c537e7bb8b097568e174.tar.bz2 tools-fa9b65224bec3d6154c5c537e7bb8b097568e174.tar.xz tools-fa9b65224bec3d6154c5c537e7bb8b097568e174.zip |
Add a make file for tools and update stuff accordingly
Diffstat (limited to 'wiki')
-rwxr-xr-x | wiki/wikigen.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/wiki/wikigen.py b/wiki/wikigen.py index f8d5006..025031f 100755 --- a/wiki/wikigen.py +++ b/wiki/wikigen.py @@ -837,5 +837,4 @@ testMobs() wikia.close() wikib.close() showFooter() -if errors > 0 or warnings > 0: - exit(1) +exit(0) |