mirror of
https://github.com/codespell-project/codespell.git
synced 2025-08-06 18:24:41 +08:00
Fix travis-ci build error
This commit is contained in:
@ -510,7 +510,6 @@ def main(*args):
|
|||||||
parser.print_help()
|
parser.print_help()
|
||||||
return 1
|
return 1
|
||||||
build_dict(dictionary)
|
build_dict(dictionary)
|
||||||
|
|
||||||
colors = TermColors()
|
colors = TermColors()
|
||||||
if not options.colors:
|
if not options.colors:
|
||||||
colors.disable()
|
colors.disable()
|
||||||
|
Reference in New Issue
Block a user