ALT Linux Bugzilla
– Attachment 15738 Details for
Bug 49785
Вылетает в ходе соединения из-за ошибки вызова configparser
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
Исправление вылета
python3-module-x2go-0.6.1.4-fixconfigparser.patch (text/plain), 681 bytes, created by
Vyacheslav Dikonov
on 2024-03-25 15:15:57 MSK
(
hide
)
Description:
Исправление вылета
Filename:
MIME Type:
Creator:
Vyacheslav Dikonov
Created:
2024-03-25 15:15:57 MSK
Size:
681 bytes
patch
obsolete
>diff -Nru python3-module-x2go-0.6.1.4-old/x2go/inifiles.py python3-module-x2go-0.6.1.4/x2go/inifiles.py >--- python3-module-x2go-0.6.1.4-old/x2go/inifiles.py 2023-10-16 12:12:09.000000000 +0300 >+++ python3-module-x2go-0.6.1.4/x2go/inifiles.py 2024-03-25 14:50:28.769362937 +0300 >@@ -99,7 +99,7 @@ > # here as we do not want to run into name conflicts between > # X2Go ini file options and method / property names in > # SafeConfigParser... This is a pre-cautious approach... >- self.iniConfig = configparser.SafeConfigParser() >+ self.iniConfig = configparser.ConfigParser() > self.iniConfig.optionxform = str > > _create_file = False
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 49785
: 15738