Skip to content

Commit 969e136

Browse files
minor
1 parent 0911edf commit 969e136

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

kratos.gid/scripts/Launch.tcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,10 @@ proc Kratos::CheckDependencies { } {
101101
}
102102
set pip_version [Kratos::pipVersion]
103103
if {$pip_version <= 0} {
104-
error "pip is not installed on your system."
104+
WarnWin "pip is not installed on your system."
105105
}
106106

107-
107+
108108
set missing_packages [Kratos::GetMissingPipPackages]
109109
if {[llength $missing_packages] > 0} {
110110
set msgBox_type yesno

0 commit comments

Comments
 (0)