From 5a7674e63194a37e224b720e236dc79667a6d7a3 Mon Sep 17 00:00:00 2001 From: ducoterra Date: Wed, 11 Sep 2019 21:58:54 -0400 Subject: [PATCH] test --- flash.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flash.py b/flash.py index c6a280d..fd19a6f 100755 --- a/flash.py +++ b/flash.py @@ -45,7 +45,7 @@ def flash(dev): flash_cmd = ["/bin/dd", f"if={IMAGE}", f"of={dev}"] print("flashing") - subprocess.run(flash_cmd) + # subprocess.run(flash_cmd) print("flashed") with tempfile.TemporaryDirectory() as tempdir: