Filter images starting by .

pull/638/head
Julien Duponchelle 8 years ago
parent 7777407c4b
commit 1c2a56ee8e
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

@ -40,7 +40,7 @@ def scan_for_images(type):
for file in filenames:
path = os.path.join(root, file)
if file not in files:
if file.endswith(".md5sum"):
if file.endswith(".md5sum") or file.startswith("."):
continue
elif (file.endswith(".image") and type == "dynamips") \
or (file.endswith(".bin") and type == "iou") \

Loading…
Cancel
Save