There was an error while loading. Please reload this page.
1 parent 5cb3dfa commit 2d5ca91Copy full SHA for 2d5ca91
1 file changed
src/cloudmesh/common/Shell.py
@@ -27,7 +27,6 @@
27
from cloudmesh.common.util import path_expand
28
from cloudmesh.common.util import readfile
29
from cloudmesh.common.util import writefile
30
-from cloudmesh.common.util import yn_choice
31
from tqdm import tqdm
32
33
import shlex
@@ -613,7 +612,7 @@ def install_chocolatey():
613
612
if not pyuac.isUserAdmin():
614
Console.error("Please run the terminal as administrator.")
615
return False
616
-
+
617
# Get the full path of the current Python script
618
current_script_path = os.path.abspath(__file__)
619
0 commit comments