Skip to content

Commit

Permalink
Remove unused arg from log call
Browse files Browse the repository at this point in the history
  • Loading branch information
sgillies committed Mar 4, 2024
1 parent a8cebf8 commit 64ff632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fiona/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ def func(*args, **kwds):

try:
if opener:
log.debug("Registering opener: raw_dataset_path=%r, opener=%r", raw_dataset_path, mode, opener)
log.debug("Registering opener: raw_dataset_path=%r, opener=%r", raw_dataset_path, opener)
vsi_path_ctx = _opener_registration(raw_dataset_path, opener)
registered_vsi_path = stack.enter_context(vsi_path_ctx)
log.debug("Registered vsi path: registered_vsi_path%r", registered_vsi_path)
Expand Down

0 comments on commit 64ff632

Please sign in to comment.