Skip to content

Commit

Permalink
Adding extra group parameter. Without that nomad gives and error from…
Browse files Browse the repository at this point in the history
… L87: Unexpected keyward arg 'group'.
  • Loading branch information
RubelMozumder committed Dec 5, 2023
1 parent dbad400 commit df15f8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pynxtools/dataconverter/convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
except ImportError:
# If importlib_metadata is not present
# we provide a dummy function just returning an empty list.
def entry_points(_):
# pylint: disable=W0613
def entry_points(group, _):
"""Dummy function for importlib_metadata"""
return []

Expand Down

0 comments on commit df15f8c

Please sign in to comment.