Skip to content
Snippets Groups Projects
Commit c699d6e5 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

interactive step

parent ae87a6b4
No related branches found
No related tags found
No related merge requests found
......@@ -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")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment