Fix travis

This commit is contained in:
Oleksii Shevchuk 2019-05-05 16:31:55 +03:00
parent e3aa1e8912
commit cca45f3cba
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ class cat(PupyModule):
elif args.g: elif args.g:
grep = args.g grep = args.g
filter_out = True filter_out = True
r = cat(args.path, args.N, args.n, grep, args.E, filter_out) r = cat(args.path, args.N, args.n, grep, args.E, filter_out)
if r: if r:
lexer = None lexer = None