Closed Evert-R closed 1 week ago
See comments: perhaps replace the
filename + ".py"
withf"{filename}.py"
, which I think is more readable. Definitely revisit the formatting for the consent filepath: when merging the PR as-is, they'd be written to a different path than is currently specified.
Using f-strings do indeed improve readability a bit here. The consent path, I thought I fixed this when I noticed it earlier, but must have forgotten. Good catch ! Thanks
This PR replaces formatted strings for creating file paths with
os.path.join
resolves: #952