Closed mattkatz closed 4 years ago
If I want to use a filename pefix like "output\test_{name}.py"
"output\test_{name}.py"
Given the file: nest\deep.py
nest\deep.py
Currently I see: output\test_nest\deep.py
output\test_nest\deep.py
I expect to see: output\nest\test_deep.py
output\nest\test_deep.py
this resolves #8
Thanks! I've cherry-picked all your commits except for 37dea00c14dd0e7f703a51506d4969953fdc60bc which I branched off into a separate PR #11.
If I want to use a filename pefix like
"output\test_{name}.py"
Given the file:
nest\deep.py
Currently I see:
output\test_nest\deep.py
I expect to see:
output\nest\test_deep.py
this resolves #8