Skip to content

simple bug fix in Session.py >> DbmSesssion >> dbm_cleanup for conflicting use of dbm variable#49

Merged
grisha merged 3 commits intogrisha:masterfrom
estrand2020:master
May 6, 2016
Merged

simple bug fix in Session.py >> DbmSesssion >> dbm_cleanup for conflicting use of dbm variable#49
grisha merged 3 commits intogrisha:masterfrom
estrand2020:master

Conversation

@estrand2020
Copy link
Copy Markdown
Contributor

The variable "dbm" was used for both the name of dbm file and the dbm module in Session.py >> DbmSesssion >> dbm_cleanup. The simple fix was to use a new variable "filename" for the name of the dbm file.

@grisha grisha merged commit 8da41b9 into grisha:master May 6, 2016
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

Successfully merging this pull request may close these issues.

2 participants