Skip to content

Commit f2a255d

Browse files
rtobarAA-Turner
andauthored
Update sphinxlint/__main__.py
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
1 parent 607e991 commit f2a255d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sphinxlint/__main__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ def __call__(self, parser, namespace, values, option_string=None):
6161
class StoreNumJobsAction(argparse.Action):
6262
def __call__(self, parser, namespace, values, option_string=None):
6363
setattr(namespace, self.dest, self._job_count(values))
64+
65+
@staticmethod
6466
def _job_count(values):
6567
if values == "auto":
6668
return os.cpu_count()

0 commit comments

Comments
 (0)