Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Client: Run client without configuration file; Fix #6410 #6520

Merged
merged 1 commit into from Apr 8, 2024

Commits on Mar 26, 2024

  1. Client: Run client without configuration file; Fix rucio#6410

        Changes:
                    * Change `RuntimeError(Config Not Found)` to `ConfigNotFound`
                      Error, config_get correctly handles those and returns a
        default client config
                    * Added typing for baseclient, initialization broken into
                      functions to avoid typing conflicts for optionals.
                    * Aded test to run multiple client commands without
                      configuration file in place, include func dectorator for extended testing
    voetberg committed Mar 26, 2024
    Copy the full SHA
    6ccb841 View commit details
    Browse the repository at this point in the history