Skip to content

Commit 1c649f5

Browse files
committed
change from mdboom
1 parent bcdf5f5 commit 1c649f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/backends/backend_qt4.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def _create_qApp():
8282
if display is None or not re.search(':\d', display):
8383
raise RuntimeError('Invalid DISPLAY variable')
8484

85-
qApp = QtGui.QApplication([" "]) # probably fine, not used by QT to resolve anything
85+
qApp = QtGui.QApplication([str(" ")])
8686
qApp.lastWindowClosed.connect(qApp.quit)
8787
else:
8888
qApp = app

0 commit comments

Comments
 (0)