Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

configParser error #41

Closed
daytona675 opened this issue Jun 25, 2020 · 2 comments
Closed

configParser error #41

daytona675 opened this issue Jun 25, 2020 · 2 comments
Assignees

Comments

@daytona675
Copy link

When I 've configured gdb to use ret-sync i've this error:

(gdb) source /home/solace/Téléchargements/ret-sync/ext_gdb/sync.py
/........../sync.py:1031: DeprecationWarning: The SafeConfigParser class has been renamed to ConfigParser in Python 3.2. This alias will be removed in future versions. Use ConfigParser directly instead.
config = configparser.SafeConfigParser({'host': HOST, 'port': PORT, 'context': '', 'use_tmp_logging_file': USE_TMP_LOGGING_FILE})
[sync] configuration file loaded from: /root/.sync
interface: x.x.x.x:zzzz
[sync] init
[sync] 18 commands added
(gdb) quit

So i've just correct it by change SafeConfigParser to ConfigParser.
Is it possible to commit the correction ?

best regards

bootleg added a commit that referenced this issue Jun 25, 2020
Cf. #41
Thanks daytona675 for reporting the issue.
@bootleg
Copy link
Owner

bootleg commented Jun 25, 2020

Hi @daytona675,

Please see commit c23ca4a

Thank you for reporting this.

@bootleg bootleg self-assigned this Jun 25, 2020
@bootleg
Copy link
Owner

bootleg commented Jul 26, 2020

Closing this one as it should be fixed. Please reopen if necessary.

@bootleg bootleg closed this as completed Jul 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants