summaryrefslogtreecommitdiff
path: root/utils/check_sources.py
diff options
context:
space:
mode:
authorAdam J. Stewart <ajstewart426@gmail.com>2017-05-09 14:43:19 -0500
committerAdam J. Stewart <ajstewart426@gmail.com>2017-05-09 14:43:19 -0500
commit392e6ecd6fec82181d287c94b9d852efaa61f481 (patch)
treed256d8f4bc22875d04286d22cd7e18ee2c9c0a3d /utils/check_sources.py
parente989ed794c48517a2a1e673bf67f614bced59576 (diff)
downloadsphinx-git-392e6ecd6fec82181d287c94b9d852efaa61f481.tar.gz
Update more files that hardcode sys.argv
Diffstat (limited to 'utils/check_sources.py')
-rwxr-xr-xutils/check_sources.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/check_sources.py b/utils/check_sources.py
index 3895ee1d6..7e368127c 100755
--- a/utils/check_sources.py
+++ b/utils/check_sources.py
@@ -256,4 +256,4 @@ def main(argv):
if __name__ == '__main__':
- sys.exit(main(sys.argv))
+ sys.exit(main(sys.argv[1:]))