Refactor block log truncation
- Accesses to block log with path relative to current working directory (directory, where script were run) were replaced with path relative to script file. So now it doesn't depend where user is and runs the script. Output is generated always in the same place. - Uses of `os` module were replaced with `pathlib`.
Loading
Please sign in to comment