mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-04-26 04:07:02 +00:00
cleaned some warnings
This commit is contained in:
@@ -127,7 +127,7 @@ void PythonTab::editLineReturnPressed(QString text)
|
||||
{
|
||||
std::string input = text.toStdString();
|
||||
print(std::string(">>> " + input + "\n"));
|
||||
int error = executePython(input);
|
||||
executePython(input);
|
||||
}
|
||||
|
||||
void PythonTab::showContextMenu(const QPoint &pt)
|
||||
|
||||
Reference in New Issue
Block a user