* Companion for https://github.com/paritytech/substrate/pull/12147

* update lockfile for {"substrate", "polkadot"}

* Fix tests

Co-authored-by: parity-processbot <>
This commit is contained in:
Bastian Köcher
2022-09-02 19:33:17 +02:00
committed by GitHub
parent 9db100e228
commit 4257576828
6 changed files with 258 additions and 253 deletions
+1 -1
View File
@@ -781,7 +781,7 @@ impl CliConfiguration<Self> for RelayChainCli {
fn base_path(&self) -> Result<Option<BasePath>> {
Ok(self
.shared_params()
.base_path()
.base_path()?
.or_else(|| self.base_path.clone().map(Into::into)))
}