AdguardTeam / AdguardTeam/AdGuardHome
workDir argument is applied selectively
Đang mở
enhancement
P3: Medium
- Ngôn ngữ chính
- TypeScript
- Star
- 36.9k
- Fork
- 2.5k
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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.
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.