spatialtopology / spacetop-prep

code for transferring data and preprocessing
MIT License
0 stars 3 forks source link

Use str interpolation (%) instead of f-string for logging #32

Closed yarikoptic closed 1 year ago

yarikoptic commented 1 year ago

It is because logger would pass your string trough interpolation anyway, and then if your sub, ses or task has % in them (which is unlikely in this case) - it would error out because you are not providing any arguments if you are using f-string.