Skip to content

Commit

Permalink
BUG: fix typo in roffio.Format.ASCII statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrivenaes committed Feb 16, 2024
1 parent 83d4437 commit 30864db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xtgeo/grid3d/_gridprop_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def _export_roff(
)
roff = RoffParameter.from_xtgeo_grid_property(gridprop)
roff.name = name
roff.to_file(pfile, roffio.Format.BINARY if binary else roffio.format.ASCII)
roff.to_file(pfile, roffio.Format.BINARY if binary else roffio.Format.ASCII)


def _export_grdecl(
Expand Down

0 comments on commit 30864db

Please sign in to comment.