Skip to content

Commit

Permalink
Fix ASCO execution error
Browse files Browse the repository at this point in the history
  • Loading branch information
ra3xdh committed Oct 31, 2024
1 parent 7cf6ecf commit ffd7f66
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion qucs/dialogs/simmessage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,6 @@ void SimMessage::startSimulator()
QFile::link(target, tmp_qucsator);

// Modify environment variable
QProcessEnvironment env = QProcessEnvironment::systemEnvironment();
QString sep = ":";
env.insert("PATH", env.value("PATH") + sep + tmpdir);
#endif
Expand Down

0 comments on commit ffd7f66

Please sign in to comment.