From bb680e175a5ce545c30a8abd2d38eadb9b6fa633 Mon Sep 17 00:00:00 2001 From: Mark Omo Date: Wed, 28 Nov 2018 16:33:53 -0700 Subject: [PATCH] Fix issues with spaces in install path on windows --- tools/odrivetool.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/odrivetool.bat b/tools/odrivetool.bat index 02b0a0bb..06dc5e56 100644 --- a/tools/odrivetool.bat +++ b/tools/odrivetool.bat @@ -1,2 +1,2 @@ @echo off -ipython %~dp0\odrivetool -- %* +ipython "%~dp0\odrivetool" -- %*