Skip to content

Commit df8fd83

Browse files
authored
Add formatting in README
1 parent 7fe2ad2 commit df8fd83

File tree

1 file changed

+6
-6
lines changed
  • _delphi_utils_python/delphi_utils/validator

1 file changed

+6
-6
lines changed

_delphi_utils_python/delphi_utils/validator/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ rm -r env
4747

4848
The validator can also be called using the runner, which performs the entire pipeline:
4949

50-
* Calling the indicator's `run` module
51-
* Running the validator on newly obtained CSV files, if validator is specified
52-
* If validation is unsuccessful, remove or transfer current files in the run
53-
* Archive files if archiver is specified and there are no validation failures
54-
* Transfer files to delivery directory if specified in params
50+
1. Calling the indicator's `run` module
51+
2. Running the validator on newly obtained CSV files, if validator is specified
52+
3. If validation is unsuccessful, remove or transfer current files in the run
53+
4. Archive files if archiver is specified and there are no validation failures
54+
5. Transfer files to delivery directory if specified in params
5555

56-
The following truth table describes behavior of the third bullet point:
56+
The following truth table describes behavior of item (3):
5757

5858
| case | dry_run | validation failure | export dir | delivery dir | v failure dir | action |
5959
| - | - | - | - | - | - | - |

0 commit comments

Comments
 (0)