Skip to content

fix: replace os.path.sep in wildcard strings with "" in logfile name #48

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 6 commits into from

Conversation

jaicher
Copy link

@jaicher jaicher commented Mar 4, 2024

This replaces "/" with "." in logfile name for wildcards to make sure we can create parent directory for output log file, fixing #47. I chose "." as it is different than the wildcard separator "_", and having the wildcard name be faithful isn't super critical because the name is unique from the job id anyway.

@jaicher jaicher changed the title Replace "/" in wildcard strings with "." in logfile name fix: replace "/" in wildcard strings with "." in logfile name Mar 4, 2024
jaicher and others added 2 commits March 12, 2024 01:11
Better split jobid and wildcards

Co-authored-by: Filipe G. Vieira <1151762+fgvieira@users.noreply.github.com>
@jaicher jaicher changed the title fix: replace "/" in wildcard strings with "." in logfile name fix: replace os.path.sep in wildcard strings with "" in logfile name Mar 12, 2024
@cmeesters cmeesters closed this Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants