Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
frontend: fix /build/source-chroot/ endpoint
As reported by @nforro, this tracebacks because of not existing endpoint. from copr.v3 import Client as CoprClient copr_client = CoprClient.create_from_config_file() copr_client.build_proxy.get_source_chroot(8481944) For some reason this endpoint was renamed from `/build/source-chroot` to `/build/source-log` in 7455d47. I suppose it was a typo?
- Loading branch information