File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- 5.0.61
1+ 5.0.62
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ requires = [
88
99[project ]
1010name = " cloudmesh-common"
11- version = " 5.0.61 "
11+ version = " 5.0.62 "
1212description = " A set of useful APIs for cloudmesh"
1313readme = " README.md"
1414requires-python = " >=3.8"
Original file line number Diff line number Diff line change @@ -643,7 +643,7 @@ def install_chocolatey():
643643 Console .error ("Failed to download the script." )
644644 return False
645645 # Command to install Chocolatey using the Command Prompt
646- chocolatey_install_command = rf' powershell Start-Process -Wait -FilePath " { bin_directory } \win-setup.bat"'
646+ chocolatey_install_command = rf" powershell Start-Process -Wait -FilePath ' { bin_directory } \win-setup.bat'"
647647 print (chocolatey_install_command )
648648 # Run the Chocolatey installation command using subprocess and capture output
649649 completed_process = subprocess .run (
You can’t perform that action at this time.
0 commit comments