Skip to content
This repository has been archived by the owner on Jan 3, 2019. It is now read-only.

Commit

Permalink
more formating
Browse files Browse the repository at this point in the history
  • Loading branch information
rich-hart committed Feb 16, 2015
1 parent 57ab4f7 commit 2c096cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ exclude_lines =
except KeyError
except Exception as e:

# Don't complain if non-runnable code isn't run:
#if 0:
#if __name__ == .__main__.:
# Don't complain if non-runnable code isn't run:
#if 0:
#if __name__ == .__main__.:

ignore_errors = True

Expand Down

0 comments on commit 2c096cc

Please sign in to comment.