We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 023214f commit 92369c6Copy full SHA for 92369c6
utils.py
@@ -37,7 +37,7 @@ def gen_co_author(co_author):
37
return "\nCo-authored-by: %s" % co_author
38
39
40
-def create_file(convention_name, dont_create=False): # pragma: no cover
+def create_file(convention_name, dont_create=False): # pragma: no cover
41
if not dont_create:
42
data = dict(
43
convention=convention_name
0 commit comments