I want to do the following
"@file %(unitname).C" % {'unitname':'Test'}
but it complains about the '.C'. How can I escape the '.' character?
|
I want to do the following
but it complains about the '.C'. How can I escape the '.' character? |
|||
|
|
|
You don't. You fix the format specifier.
|
|||
|
|
|
Another option is,
This may be preferable, since |
|||
|
|