src/eric7/EricNetwork/EricFtp.py

branch
eric7
changeset 9576
be9f8e7e42e0
parent 9473
3f23dbf37dbe
child 9653
e67609152c5e
diff -r 635b6c5a36e1 -r be9f8e7e42e0 src/eric7/EricNetwork/EricFtp.py
--- a/src/eric7/EricNetwork/EricFtp.py	Tue Dec 06 16:57:54 2022 +0100
+++ b/src/eric7/EricNetwork/EricFtp.py	Tue Dec 06 17:35:41 2022 +0100
@@ -319,7 +319,7 @@
                     )
                 if not self.__proxyPassword:
                     raise EricFtpProxyError(
-                        "992 Proxy usage requested, but no proxy password" " given"
+                        "992 Proxy usage requested, but no proxy password given"
                     )
 
             if self.__proxyType in [

eric ide

mercurial