Wed, 19 Dec 2018 10:59:55 +0100
Shell: fixed an issue calling __writeBanner() with too few arguments.
QScintilla/Shell.py | file | annotate | diff | comparison | revisions |
diff -r df711aa509d3 -r 86f10cfa3653 QScintilla/Shell.py --- a/QScintilla/Shell.py Tue Dec 18 16:54:43 2018 +0100 +++ b/QScintilla/Shell.py Wed Dec 19 10:59:55 2018 +0100 @@ -803,7 +803,7 @@ debug client side. """ if self.passive: - self.__writeBanner('', '', '') + self.__writeBanner('', '', '', '') else: self.dbs.remoteBanner()