Remove another debug print, bump v1.10.4

This commit is contained in:
Lonami Exo
2019-09-21 18:21:09 +02:00
parent 8d5a7c6ffb
commit 4f6e5c5f5a
3 changed files with 7 additions and 8 deletions

View File

@@ -140,10 +140,12 @@ def generate(which, action='gen'):
gen_json(*fs)
if which:
print('The following items were not understood:', which)
print(' Consider using only "tl", "errors" and/or "docs".')
print(' Using only "clean" will clean them. "all" to act on all.')
print(' For instance "gen tl errors".')
print(
'The following items were not understood:', which,
'\n Consider using only "tl", "errors" and/or "docs".'
'\n Using only "clean" will clean them. "all" to act on all.'
'\n For instance "gen tl errors".'
)
def main():