Skip to content

Commit

Permalink
💄 format log file name
Browse files Browse the repository at this point in the history
  • Loading branch information
paarriagadap committed Nov 26, 2024
1 parent 5c2f665 commit a93c2c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
NOTE: To extract the log of the process (to review sanity checks, for example), follow these steps:
1. Define LONG_FORMAT as True.
2. Run the following command in the terminal:
nohup uv run etl run government_revenue_dataset > output.log 2>&1 &
nohup uv run etl run government_revenue_dataset > government_revenue_dataset.log 2>&1 &
"""

from owid.catalog import Table
Expand Down

0 comments on commit a93c2c7

Please sign in to comment.