Skip to content

Commit 9a79b97

Browse files
committed
fix pylint issue
1 parent 63fb109 commit 9a79b97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmip7_prep/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def prepare(
6565
"positive": None,
6666
},
6767
)()
68-
cm.write_variable(ds_out, var, vdef, outdir=outdir)
68+
cm.write_variable(ds_out, var, vdef)
6969

7070

7171
def main(argv: list[str] | None = None) -> int:

0 commit comments

Comments
 (0)