Skip to content

Commit 277a087

Browse files
committed
fix
1 parent 876ce98 commit 277a087

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pygmt/gridops.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,6 @@ def grdcut(grid, **kwargs):
110110
arg_str,
111111
outgrid,
112112
os.stat(outgrid).st_size,
113-
tmpfile.name,
114-
os.stat(tmpfile.name).st_size,
115113
)
116114

117115
if outgrid == tmpfile.name: # if user did not set outgrid, return DataArray

0 commit comments

Comments
 (0)