mirror of
https://github.com/romanz/amodem.git
synced 2026-04-19 04:36:02 +08:00
gpg: add experimental warning
This commit is contained in:
@@ -89,6 +89,9 @@ def main():
|
|||||||
args = p.parse_args()
|
args = p.parse_args()
|
||||||
logging.basicConfig(level=logging.DEBUG if args.verbose else logging.INFO,
|
logging.basicConfig(level=logging.DEBUG if args.verbose else logging.INFO,
|
||||||
format='%(asctime)s %(levelname)-10s %(message)s')
|
format='%(asctime)s %(levelname)-10s %(message)s')
|
||||||
|
log.warning('This GPG tool is still in EXPERIMENTAL mode, '
|
||||||
|
'so please note that the API and features may '
|
||||||
|
'change without backwards compatibility!')
|
||||||
args.run(args)
|
args.run(args)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user