From c699d6e5463f3550477f1e72e148e5e74627fed0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <henrik@trineo.org> Date: Sat, 21 Sep 2019 16:21:24 +0200 Subject: [PATCH] interactive step --- src/caosadvancedtools/crawler.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/caosadvancedtools/crawler.py b/src/caosadvancedtools/crawler.py index 9e268c0a..0954d257 100644 --- a/src/caosadvancedtools/crawler.py +++ b/src/caosadvancedtools/crawler.py @@ -144,6 +144,9 @@ class Crawler(object): print("Attention: More than one matching cfood!") print("Tried to match {}".format(crawled_file.path)) + if "y" != input("Do you want to continue? (y)"): + return + if self.verbosity >= INFO: print("-"*60) print("Creating and updating Identifiables") -- GitLab