Skip to content

Commit

Permalink
corrected path
Browse files Browse the repository at this point in the history
  • Loading branch information
maeddes committed Jul 9, 2024
1 parent bd19d03 commit c861222
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,8 @@ The part of the Java library exercise completes with this step.
Change to the directory within to `exercises/automatic-instrumentation/initial/todoui-flask` path, if you are in the project root directory it is:
```sh
cd exercises/automatic-instrumentation/auto-instrumentation/initial/todoui-flask
cd $EXERCISES
cd automatic-instrumentation/initial/todoui-flask
```
Similar to the exercise case in the Java example before, also in a Python there can be the requirement to get more observability information than the plain automatic instrumentation might reveal.
Expand Down

0 comments on commit c861222

Please sign in to comment.