mirror of https://github.com/n1nj4sec/pupy.git
Fix travis
This commit is contained in:
parent
e3aa1e8912
commit
cca45f3cba
|
@ -42,7 +42,7 @@ class cat(PupyModule):
|
|||
elif args.g:
|
||||
grep = args.g
|
||||
filter_out = True
|
||||
|
||||
|
||||
r = cat(args.path, args.N, args.n, grep, args.E, filter_out)
|
||||
if r:
|
||||
lexer = None
|
||||
|
|
Loading…
Reference in New Issue