AdguardTeam / AdguardTeam/AdGuardHome
workDir argument is applied selectively
Aperta
enhancement
P3: Medium
- Lingua principale
- TypeScript
- Stelle
- 36.9k
- Fork
- 2.5k
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
Currently, we apply `--workDir` argument by setting `Context.workDir` and using it in the code whenever we need to read/write any file.
The problem is that this parameter is ignored in some of these submodules. I suggest using `os.Chdir` instead.
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.