[minor] small bugfix/removed debug output
This commit is contained in:
parent
cc8c1833f1
commit
b0abb22f07
@ -177,7 +177,6 @@ class MainWindow(QtWidgets.QMainWindow):
|
|||||||
An event filter that stores last mouse position if an event is raised by the table. All events are passed
|
An event filter that stores last mouse position if an event is raised by the table. All events are passed
|
||||||
to the parent class of the Mainwindow afterwards.
|
to the parent class of the Mainwindow afterwards.
|
||||||
"""
|
"""
|
||||||
print(object, event)
|
|
||||||
if hasattr(event, 'pos'):
|
if hasattr(event, 'pos'):
|
||||||
self.last_mouse_loc = event.pos()
|
self.last_mouse_loc = event.pos()
|
||||||
return super(QtWidgets.QMainWindow, self).eventFilter(object, event)
|
return super(QtWidgets.QMainWindow, self).eventFilter(object, event)
|
||||||
|
@ -6,9 +6,9 @@ ulimit -s 8192
|
|||||||
#$ -pe smp 1
|
#$ -pe smp 1
|
||||||
##$ -q "*@minos15"
|
##$ -q "*@minos15"
|
||||||
|
|
||||||
export PYTHONPATH="$PYTHONPATH:/home/marcel/git/code_base"
|
export PYTHONPATH="$PYTHONPATH:/home/marcel/git/"
|
||||||
|
|
||||||
source /opt/anaconda3/etc/profile.d/conda.sh
|
source /opt/anaconda3/etc/profile.d/conda.sh
|
||||||
conda activate py37
|
conda activate py37
|
||||||
|
|
||||||
python /home/marcel/git/code_base/station_surveillance_bot/survBotGUI.py
|
python /home/marcel/git/survBot/survBotGUI.py
|
||||||
|
Loading…
Reference in New Issue
Block a user