bazelbuild / rules_pkg

Bazel rules for creating packages of many types (zip, tar, deb, rpm, ...)
Apache License 2.0
212 stars 166 forks source link

pkg_install: 'exit' not defined #843

Closed joefradley closed 3 months ago

joefradley commented 3 months ago

When running the pkg_install rule I get the following error. It appears it should be sys.exit() in install.py.tpl.

Traceback (most recent call last):                                                                                          
  File "<truncated>_install_script.py", line 203, in <module>                                                                                                                                                                                         
    exit(main(sys.argv))                                                                                                                                                                                                                                
    ^^^^
NameError: name 'exit' is not defined