WIP: Non-flakes entrypoint #21

Closed
raito wants to merge 24 commits from non-flakes into main
Showing only changes of commit 45ddacd05f - Show all commits

View file

@ -907,7 +907,7 @@ class GerritNixConfigurator(ConfiguratorBase):
self.gerrit_server = gerrit_server
self.gerrit_user = gerrit_user
self.gerrit_port = gerrit_port
self.gerrit_sshkey_path = gerrit_sshkey_path
self.gerrit_sshkey_path = str(gerrit_sshkey_path)
self.gerrit_config = GerritConfig(domain=self.gerrit_server,
username=self.gerrit_user,
port=self.gerrit_port)