Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau authored Dec 9, 2024
1 parent 13ea9e3 commit 9840b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geemap/conversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -922,7 +922,7 @@ def get_js_examples(out_dir=None):
out_dir.mkdir(parent=True, exist_ok=True)

for file in files:
out_path = out_dor / file.name
out_path = out_dir / file.name
shutil.copyfile(file, out_path)

return out_dir
Expand Down

0 comments on commit 9840b94

Please sign in to comment.