From c00c6cbb2735f6b037294160dc8fe8c0f5d42506 Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Fri, 24 Sep 2021 17:31:34 +0200 Subject: [PATCH] CI: fix prettier-markdown job --- docs/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 384855c81..8634c4a38 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -35,7 +35,7 @@ All notable changes to GNSS-SDR will be documented in this file. file. At the end of the processing (or exiting with `q` + `[Enter]`), the CRC check success rate will be reported in a file. - The `UHD_Signal_Source` learned to dump data in folders that do not exist, - *e.g.*, if `SignalSource.dump=true`, + _e.g._, if `SignalSource.dump=true`, `SignalSource.dump_filename=./non-existing/data.dat`, and the `non-existing` folder does not exist, it will be created if the running user has writing permissions. This also works for absolute paths.