Skip to content

Commit 385d84b

Browse files
committed
fix path_to_recipe_output
1 parent dade76d commit 385d84b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_episodes/08-diagnostics.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -270,9 +270,9 @@ available functions and their description can be found in
270270
>> There is a statement after use of ``select_metadata``, ``sorted_metadata``
271271
>> and ``group_metadata`` that starts with ``logger.info`` (lines 73, 77 and
272272
>> 83). These lines print output to the log files. In the previous exercise, we
273-
>> ran the recipe ``recipe_python.yml``. If you look at the log
274-
>> file ``path_to_recipe_output/run/map/script1/log.txt``, you can see the output
275-
>> from each of these functions, for example:
273+
>> ran the recipe ``recipe_python.yml``. If you look at the log file
274+
>> ``recipe_python_#_#/run/map/script1/log.txt`` in ``esmvaltool_output``
275+
>> directory, you can see the output from each of these functions, for example:
276276
>>
277277
>>```
278278
>>2021-03-05 13:19:38,184 [34706] INFO diagnostic,83 Example of how to group and

0 commit comments

Comments
 (0)