Skip to content

Commit

Permalink
Update write_s3.py
Browse files Browse the repository at this point in the history
* reset os.chdir('cartiflette') just in case
  • Loading branch information
tgrandje committed Jul 21, 2023
1 parent e59ee2e commit 4db2ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/write_s3.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import s3fs
import logging

# os.chdir("cartiflette")
os.chdir("cartiflette")

import cartiflette.s3 as s3
from cartiflette.download import get_administrative_level_available_ign
Expand Down

0 comments on commit 4db2ef4

Please sign in to comment.