Skip to content

Commit b9ea471

Browse files
committed
Updated sample config file and README.
1 parent 73224d0 commit b9ea471

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ working directory.
4545
* example format for race entries: [```entries.txt```](src/main/resources/lap_race/devils_burdens/sample_config/input/entries.txt)
4646
* example format for raw results: [```rawtimes.txt```](src/main/resources/lap_race/devils_burdens/sample_config/input/rawtimes.txt)
4747
4. Run the class [```Results```](/src/main/java/lap_race/Results.java),
48-
passing the path of the new configuration file as command line parameter.
48+
passing the path of the new configuration file as command line parameter (surrounded by double
49+
quotes, no escaping of spaces).
4950
5. The results files will be created in the ```output``` sub-directory in CSV and HTML
5051
formats:
5152
* overall results

src/main/resources/lap_race/devils_burdens/sample_config/race.config

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1+
# Any spaces within the working directory path should be escaped with a preceding backslash \.
12
WORKING_DIRECTORY = /path/to/parent/directory/of/this/file
3+
24
ENTRIES_FILENAME = entries.txt
35
RAW_RESULTS_FILENAME = rawtimes.txt
46
YEAR = 2020
5-
NUMBER_OF_LAPS = 4
7+
NUMBER_OF_LEGS = 4
68
PAIRED_LEGS = 2,3
79
RACE_NAME_FOR_RESULTS = Devil's Burdens
810
RACE_NAME_FOR_FILENAMES = devils_burdens

0 commit comments

Comments
 (0)