You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stumbled upon while trying to wrangle some integration testing for a CLI tool, which expects a specific filetype. with_prefix adds a short string to the start of a file's name. We can alter this very cleanly by simply doing some plumbing for adding a short string to the end of the file's name, instead. Builder already has a suffix method which we can leverage for this.
The text was updated successfully, but these errors were encountered:
Borgerr
added a commit
to Borgerr/tempfile
that referenced
this issue
Sep 28, 2024
Stumbled upon while trying to wrangle some integration testing for a CLI tool, which expects a specific filetype.
with_prefix
adds a short string to the start of a file's name. We can alter this very cleanly by simply doing some plumbing for adding a short string to the end of the file's name, instead.Builder
already has asuffix
method which we can leverage for this.The text was updated successfully, but these errors were encountered: