Skip to content

Commit b918a33

Browse files
committed
fetch.py: report when files are already downloaded
1 parent 140b64d commit b918a33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/fetch.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ def _fetch_locations(known_location):
9191
if os.path.exists(location):
9292
if skip_existing:
9393
existing_locations.append(location)
94+
print("Already exists %s" % (location))
9495
else:
9596
fatal("%s already exists" % location)
9697

0 commit comments

Comments
 (0)