Match error output string format

This commit is contained in:
Max Zinkus 2018-04-09 21:58:10 -07:00 committed by GitHub
父節點 65435dce78
當前提交 6dd8a5e212
沒有發現已知的金鑰在資料庫的簽署中
GPG Key ID: 4AEE18F83AFDEB23

查看文件

@ -27,7 +27,7 @@ from qubesadmin import Qubes
def main():
if os.geteuid() != 0:
sys.stderr.write('This program must be run as root to set the date.')
sys.stderr.write('This program must be run as root to set the date, aborting!\n')
sys.exit(1)
app = Qubes()
clockvm = app.clockvm