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

[remind] fix to duplicate column name: tz bug #405

Merged
merged 1 commit into from
Jan 9, 2014

Conversation

qubitsu
Copy link
Contributor

@qubitsu qubitsu commented Jan 5, 2014

Willie fails to load remind.py module due to repeat attempt to add column ['tz'] to preferences table in the setup function.

Error in remind setup procedure: duplicate column name: tz
(db.py:669)

Changing second add_column to ['time_format'] at line 56 fixes the bug and appears to be the intended behavior.

Willie fails to load remind.py module due to repeat attempt to add column ['tz'] to preferences table in the setup function.

    Error in remind setup procedure: duplicate column name: tz
    (db.py:669)

Changing second add_column to ['time_format'] at line 56 fixes the bug and appears to be the intended behavior.
@qubitsu
Copy link
Contributor Author

qubitsu commented Jan 5, 2014

Responsive to issue #404

@embolalia
Copy link
Contributor

Good catch. Thanks.

embolalia added a commit that referenced this pull request Jan 9, 2014
[remind] fix to duplicate column name: tz bug
@embolalia embolalia merged commit 8063dd9 into sopel-irc:master Jan 9, 2014
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.

None yet

2 participants