Selaa lähdekoodia

fix .coveragerc syntax

Bastien Sevajol 8 vuotta sitten
vanhempi
commit
fdfee0a3f4
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      .coveragerc

+ 1 - 1
.coveragerc Näytä tiedosto

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