Skip to content

Commit 5703b17

Browse files
authored
Merge pull request #2856 from peper0/master
Possible fix for #2850.
2 parents a1cc2e6 + a986c6a commit 5703b17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dvc/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
from dvc.main import main
77

88
if __name__ == "__main__":
9-
main(sys.argv[1:])
9+
sys.exit(main(sys.argv[1:]))

0 commit comments

Comments
 (0)