pull/1693/head
Jeff Becker 3 years ago
parent 383312a74d
commit 91f6ca9869
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -572,7 +572,7 @@ def main():
)
if args.introset_filter:
mon.introset_filter = lambda x : re.match(args.introset_filter, x) is not None
if args.path_fiter:
if args.path_filter:
mon.path_filter = lambda x :re.match(args.path_filter, x) is not None
mon.run()

Loading…
Cancel
Save