Skip to content

Commit 06b9207

Browse files
malmans2dcherian
andauthored
Update cf_xarray/accessor.py
Co-authored-by: Deepak Cherian <[email protected]>
1 parent 8c1e386 commit 06b9207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cf_xarray/accessor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1371,7 +1371,7 @@ def get_renamer_and_conflicts(keydict):
13711371
ours.update(keydict.get(k, {}).get("ours", []))
13721372
theirs.update(keydict.get(k, {}).get("theirs", []))
13731373
keydict[k] = dict(ours=list(ours), theirs=list(theirs))
1374-
renamer, conflicts = get_renamer_and_conflicts()
1374+
renamer, conflicts = get_renamer_and_conflicts(keydict)
13751375

13761376
# Rename and warn
13771377
if conflicts:

0 commit comments

Comments
 (0)