X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=juju%2Fclient%2Ffacade.py;h=5ed53202ca968f8f5af2633fa021d32c8062089c;hb=e2a3f01e7bb983ac3cd8eb24117e0d4208b40cc9;hp=c4834ee6509fabd4a7c37609001155e836a1a66a;hpb=ced7d879a55c8e0e04b19fe504d7368b727afbed;p=osm%2FN2VC.git diff --git a/juju/client/facade.py b/juju/client/facade.py index c4834ee..5ed5320 100644 --- a/juju/client/facade.py +++ b/juju/client/facade.py @@ -200,8 +200,9 @@ class {}(Type): {} '''""".format( name, - args.PyToSchemaMapping(), - args.SchemaToPyMapping(), + # pprint these to get stable ordering across regens + pprint.pformat(args.PyToSchemaMapping(), width=999), + pprint.pformat(args.SchemaToPyMapping(), width=999), ", " if args else "", args.as_kwargs(), textwrap.indent(args.get_doc(), INDENT * 2))