Skip to content

Commit

Permalink
Made a dummy change to re-trigger website deploy (#2752)
Browse files Browse the repository at this point in the history
  • Loading branch information
shagunsodhani committed Sep 17, 2023
1 parent b5ff661 commit 809718c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ By setting `hydra.job.chdir=True`, you can configure
Hydra's `@hydra.main` decorator to change python's working directory by calling
`os.chdir` before passing control to the user's decorated main function.
As of Hydra v1.2, `hydra.job.chdir` defaults to `False`.

Setting `hydra.job.chdir=True` enables convenient use of the output directory to
store output for the application (For example, a database dump file).

Expand Down

0 comments on commit 809718c

Please sign in to comment.