[IGN-8411] Curly brackets (braces) on commented line in udt instance script causes script to fail silently

This parameter resolution behavior also wreaks havoc when one attempts to use string formatting with keyword arguments such as

'{x}/{y}/{z}'.format(y='bar', z='baz', x='foo')

(A Guide to the Newer Python String Format Techniques – Real Python)