mirror of
https://github.com/mvt-project/mvt.git
synced 2026-02-13 09:02:48 +00:00
Creating android home folder if missing
This commit is contained in:
@@ -41,6 +41,7 @@ class AndroidExtraction(MVTModule):
|
||||
"""Make sure Android adb keys exist.
|
||||
"""
|
||||
if not os.path.exists(ADB_KEY_PATH):
|
||||
os.mkdir(ADB_KEY_PATH)
|
||||
keygen(ADB_KEY_PATH)
|
||||
|
||||
if not os.path.exists(ADB_PUB_KEY_PATH):
|
||||
|
||||
Reference in New Issue
Block a user