We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04bc453 commit fafe249Copy full SHA for fafe249
README.md
@@ -45,7 +45,7 @@ If it is necessary to specify keys which are not valid python identifiers, such
45
>>> import varformat as vf
46
>>> vf.vformat('package-${os}-${arch}', {'os': 'ubuntu-22.04', 'arch': 'amd64'}, ambiguity_check=True)
47
Traceback (most recent call last):
48
-...
+ ...
49
varformat.AmbiguityError: refusing to format because parsing would be ambiguous:
50
could be: {'os': 'ubuntu-22.04', 'arch': 'amd64'}
51
or: {'os': 'ubuntu', 'arch': '22.04-amd64'}
0 commit comments