Skip to content

Commit

Permalink
fix: py cmd exit code (#564)
Browse files Browse the repository at this point in the history
Signed-off-by: Keming <kemingyang@tensorchord.ai>
  • Loading branch information
kemingy authored Jul 7, 2022
1 parent 3d1a546 commit 93027bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion envd/cmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@

def envd():
path = resource_filename("envd", "bin/envd")
subprocess.call([path] + sys.argv[1:])
return subprocess.call([path] + sys.argv[1:])

0 comments on commit 93027bd

Please sign in to comment.