X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=juju%2Fclient%2Ffacade.py;h=5ed53202ca968f8f5af2633fa021d32c8062089c;hb=2ed435839c068d2734465318a07c2d7c2dd01a91;hp=c4834ee6509fabd4a7c37609001155e836a1a66a;hpb=6438e5b4b66a45fc680c3d6dce15a044ad9979dd;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))