diff --git a/setup.py b/setup.py index 13be0144..2058924f 100755 --- a/setup.py +++ b/setup.py @@ -89,7 +89,7 @@ def main(): for x in ('build', 'dist', 'Telethon.egg-info'): rmtree(x, ignore_errors=True) - if len(argv) >= 2 and argv[1] == 'fetch_errors': + elif len(argv) >= 2 and argv[1] == 'fetch_errors': from telethon_generator.error_generator import fetch_errors fetch_errors(ERRORS_JSON)