mirror of
https://github.com/jeffknupp/sandman2.git
synced 2026-04-26 09:05:55 +03:00
[PR #2] [CLOSED] Logical statement on line 57 of sandman2/__init__.py, replaced 'if' with... #93
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
pull-request
question
refactoring
research
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/sandman2-jeffknupp#93
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jeffknupp/sandman2/pull/2
Author: @jessebraham
Created: 12/2/2014
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
b134bd9Logical statement on line 57 of sandman2/init.py, replaced 'if' with 'elif'. sandman_model returned to line 150 of the same file. These changes make all tests pass.📊 Changes
1 file changed (+3 additions, -2 deletions)
View changed files
📝
sandman2/__init__.py(+3 -2)📄 Description
Logical error on line 57 of
sandman2/__init__.py, replacedifwithelif.sandman_modelreturned to line 150 ofsandman2/__init__.py. Line 151 updated accordingly. Not sure what the reason for changing this was previously.I feel a tad silly making a pull request for such a small contribution. However, upon finding this project both TravisCI and myself agreed that the tests weren't passing. These changes make all tests pass for me.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.