Skip to content

Commit

Permalink
Correct Path example
Browse files Browse the repository at this point in the history
  • Loading branch information
mthuurne committed Aug 18, 2023
1 parent 85ca9fe commit 0f6e95f
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 @@ -202,7 +202,7 @@ class Config:
log_dir: Path

def create_log_dir(self) -> None:
log_dir.mkdir(parents=True)
self.log_dir.mkdir(parents=True)
```

### Dates and Times
Expand Down

0 comments on commit 0f6e95f

Please sign in to comment.