From 1c778c9b99a96da580e0ff86ab48dc141e708e95 Mon Sep 17 00:00:00 2001 From: Joshua Ogunyinka Date: Fri, 16 Aug 2019 05:06:45 +0100 Subject: [PATCH] Removed commented code introduced when debugging --- Interlace/lib/core/input.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Interlace/lib/core/input.py b/Interlace/lib/core/input.py index cbae85f..92f5313 100644 --- a/Interlace/lib/core/input.py +++ b/Interlace/lib/core/input.py @@ -173,8 +173,8 @@ class InputHelper(object): ranges.add(arguments.target) else: target_file = arguments.target_list - # if not sys.stdin.isatty(): - # target_file = sys.stdin + if not sys.stdin.isatty(): + target_file = sys.stdin ranges.update([target.strip() for target in target_file if target.strip()]) # process exclusions first