Browse Source

fix .coveragerc syntax

Bastien Sevajol 7 years ago
parent
commit
fdfee0a3f4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .coveragerc

+ 1 - 1
.coveragerc View File

@@ -5,4 +5,4 @@ omit =
5 5
 [report]
6 6
 exclude_lines =
7 7
     raise NotImplementedError
8
-if __name__ == .__main__.:
8
+    if __name__ == .__main__.: