ariovistus / pyd

Interoperability between Python and D
MIT License
157 stars 32 forks source link

Use a function to avoid polluting/overwriting envvars #148

Closed andralex closed 3 years ago

andralex commented 3 years ago

Turns out some other script of ours that sources this also uses the same idiom for figuring out the location of the script. Same names, too! Making the variables readonly revealed this problem.

andralex commented 3 years ago

failure seems unrelated