From f489dd96a987be58266c528914154d3a75973d1d Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Mon, 22 Apr 2019 13:19:47 -0400 Subject: [PATCH] fix archivebox remove rejecting stdin patterns --- archivebox/cli/archivebox_remove.py | 1 - 1 file changed, 1 deletion(-) diff --git a/archivebox/cli/archivebox_remove.py b/archivebox/cli/archivebox_remove.py index 26bf8262..a413f8cb 100644 --- a/archivebox/cli/archivebox_remove.py +++ b/archivebox/cli/archivebox_remove.py @@ -60,7 +60,6 @@ def main(args=None): help='URLs matching this filter pattern will be removed from the index.' ) command = parser.parse_args(args) - reject_stdin(__command__) if not sys.stdin.isatty(): stdin_raw_text = sys.stdin.read()