On Monday, 13 July 2020 23.03.36 WEST Chris Warrick wrote: > Yes. That ended up being a classic slashes-vs-backslashes bug in a > place that isn’t exercised too often (Windows + user-wide plugins + > duplicates in site is a very specific combination). Here's a PR to fix > it: https://github.com/getnikola/nikola/pull/3438
At some point pathlib will be an interesting option to solve this case. :-) pathlib was introduced in python 3.4 but it (mostly) works like strings, in all places where a path is required, since python 3.6. -- José Matos -- You received this message because you are subscribed to the Google Groups "nikola-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nikola-discuss/1774016.atdPhlSkOF%40myth.
