Skip to content

Commit 4dae59c

Browse files
Typo in nu_example.py
Correct typo in nu_example.py. Argument is 'savepath' not 'save_path'.
1 parent c0e11c2 commit 4dae59c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/nu_example.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424
nu.by_tile_aop(dpid='DP3.30015.001', site='WREF', year=2023,
2525
easting=east, northing=north, buffer=20,
2626
include_provisional=True, check_size=False,
27-
save_path='INSERT FILE PATH', token=os.environ.get('NEON_TOKEN'))
27+
savepath='INSERT FILE PATH', token=os.environ.get('NEON_TOKEN'))

0 commit comments

Comments
 (0)