added warning

This commit is contained in:
Andrei Yankovich 2019-12-13 16:39:15 +03:00
parent a6ccc2b801
commit 2fb65ac2b7

View File

@ -36,10 +36,11 @@ def ExtractCMD(props):
if ix == 0:
format = file[file.rfind('.'):]
res = []
res = ["echo", "format '" + format + "' not supported"]
if format == "zip":
res = ["unsip", "-d", module]
return res