mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-09-23 05:05:23 -04:00
This kind of function should not change the working environment, especially since so much of the fdroidserver code assumes the current working directory is the root of an fdroid repo. It is used in fdroidserver/mirror.py with absolute paths always, so it shouldn't change any existing use. I found this issue by using it in a plugin.