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 38be142 commit a986c6aCopy full SHA for a986c6a
dvc/__main__.py
@@ -6,4 +6,4 @@
6
from dvc.main import main
7
8
if __name__ == "__main__":
9
- main(sys.argv[1:])
+ sys.exit(main(sys.argv[1:]))
0 commit comments