aboutsummaryrefslogtreecommitdiffstats
path: root/gui/pythontab.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gui/pythontab.cc')
-rw-r--r--gui/pythontab.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/pythontab.cc b/gui/pythontab.cc
index 531038a1..a11059b5 100644
--- a/gui/pythontab.cc
+++ b/gui/pythontab.cc
@@ -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)