pydra icon indicating copy to clipboard operation
pydra copied to clipboard

argstr templating using modern string formatting (i.e. incl. attributes)

Open tclose opened this issue 8 months ago • 2 comments

This will allow us to drop the somewhat clunky keep_extension attribute (it will still be the default behaviour if the template arg is a Path). If you don't want the extension you can just access the Path attributes directly (e.g. in_file.name, in_file.parent, etc...)

tclose avatar Apr 28 '25 12:04 tclose