Skip to content

Commit 76a09f0

Browse files
committed
Fix open_virtual_file to open_virtualfile
1 parent 1fdb9f9 commit 76a09f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygmt/clib/session.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1771,5 +1771,5 @@ def virtualfile_to_data(
17711771
"grid": ("GMT_IS_GRID", "GMT_IS_SURFACE"),
17721772
"dataset": ("GMT_IS_DATASET", "GMT_IS_PLP"),
17731773
}[kind]
1774-
with self.open_virtual_file(family, geometry, "GMT_OUT", None) as vfile:
1774+
with self.open_virtualfile(family, geometry, "GMT_OUT", None) as vfile:
17751775
yield vfile

0 commit comments

Comments
 (0)