Skip to content

Commit 2912daf

Browse files
committed
fix bad arg
1 parent 4cea20a commit 2912daf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sphinxdocs/private/sphinx_build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ def _worker_main(stdin, stdout, exec_root):
210210
return worker.run()
211211

212212

213-
def _non_worker_main(argv):
213+
def _non_worker_main():
214214
args = []
215215
for arg in sys.argv:
216216
if arg.startswith("@"):

0 commit comments

Comments
 (0)