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

Fix an IndentationError by replacing a tab with spaces #15

Merged
merged 1 commit into from
Sep 16, 2013
Merged

Fix an IndentationError by replacing a tab with spaces #15

merged 1 commit into from
Sep 16, 2013

Conversation

nwt
Copy link
Contributor

@nwt nwt commented Sep 16, 2013

Without this change, postgres_block_read_ dies like so:

~/src/python-munin$ python plugins/postgres_block_read_ 
  File "plugins/postgres_block_read_", line 62
    values['from_memory'] = row[1]
    ^
IndentationError: unexpected indent

samuel added a commit that referenced this pull request Sep 16, 2013
Fix an IndentationError by replacing a tab with spaces
@samuel samuel merged commit 946c713 into samuel:master Sep 16, 2013
@samuel
Copy link
Owner

samuel commented Sep 16, 2013

Thanks for the patch

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