Skip to content

Commit ee4cada

Browse files
committed
Sort alphabetically
1 parent 9108917 commit ee4cada

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
@@ -1665,8 +1665,8 @@ def virtualfile_out(
16651665
else: # Create a virtual file for storing the output data.
16661666
# Determine the family and geometry from kind
16671667
family, geometry = {
1668-
"grid": ("GMT_IS_GRID", "GMT_IS_SURFACE"),
16691668
"dataset": ("GMT_IS_DATASET", "GMT_IS_PLP"),
1669+
"grid": ("GMT_IS_GRID", "GMT_IS_SURFACE"),
16701670
}[kind]
16711671
with self.open_virtualfile(family, geometry, "GMT_OUT", None) as vfile:
16721672
yield vfile

0 commit comments

Comments
 (0)