Skip to content

Commit

Permalink
Field: py27 bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
MuellerSeb committed Jul 10, 2019
1 parent 49694e0 commit b8e086f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gstools/field/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def __init__(
self._model = None
self.model = model

def __call__(*args, mesh_type="unstructured", **kwargs):
def __call__(*args, **kwargs):
"""Generate the field."""
pass

Expand Down

1 comment on commit b8e086f

@MuellerSeb
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PEP 3102 got no backport to Python 2.x:
https://www.python.org/dev/peps/pep-3102/

Please sign in to comment.