Skip to content

Commit 2d5ca91

Browse files
authored
Update Shell.py
1 parent 5cb3dfa commit 2d5ca91

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/cloudmesh/common/Shell.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
from cloudmesh.common.util import path_expand
2828
from cloudmesh.common.util import readfile
2929
from cloudmesh.common.util import writefile
30-
from cloudmesh.common.util import yn_choice
3130
from tqdm import tqdm
3231

3332
import shlex
@@ -613,7 +612,7 @@ def install_chocolatey():
613612
if not pyuac.isUserAdmin():
614613
Console.error("Please run the terminal as administrator.")
615614
return False
616-
615+
617616
# Get the full path of the current Python script
618617
current_script_path = os.path.abspath(__file__)
619618

0 commit comments

Comments
 (0)