Kaydet (Commit) 8ef84299 authored tarafından Barış Metin's avatar Barış Metin

handle sigterm to exit gracefully. this is a one-liner for #3620.

üst eee4a456
......@@ -75,6 +75,8 @@ if __name__ == "__main__":
sys.excepthook = handle_exception
signal.signal(signal.SIGTERM, exit)
locale.setlocale(locale.LC_ALL, '')
cli = pisicli.PisiCLI()
cli.run_command()
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment