In the "Episode Format" window my expressions are like:
Code: Select all
{'S'+s.pad(2)}
{'.'+y}I use linebreaks between the expressions for better readability. Removing the linebreaks also removes the extra space:
Code: Select all
{'S'+s.pad(2)}{'.'+y}This is driving me nuts! What am I doing wrong?

 Please read the
 Please read the 
