Skip to content

Commit

Permalink
docs: show full date formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
YodaEmbedding committed Mar 8, 2024
1 parent 59b2b79 commit ef2c2f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ resubmit_limit: 64 # Automatic resubmission limit.
One useful feature is formatting paths using custom template strings:
```python
easy_slurm.submit_job(
job_dir="$HOME/jobs/{date:%Y-%m-%d}-{job_name}",
job_dir="$HOME/jobs/{date:%Y-%m-%d_%H-%M-%S_%3f}-{job_name}",
)
```

Expand Down

0 comments on commit ef2c2f7

Please sign in to comment.