mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Provide a success return value to the scripts command.
This commit is contained in:
@@ -734,7 +734,7 @@ def scripts(state, args):
|
||||
for k, v in scripts.items():
|
||||
rpt += u"{0}\t{1}".format(k, v)
|
||||
echo(rpt)
|
||||
return
|
||||
return 0
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
Reference in New Issue
Block a user