Skip to content

Commit

Permalink
_AnyParamType: set name
Browse files Browse the repository at this point in the history
  • Loading branch information
Gallaecio authored Mar 18, 2022
1 parent 8ce5f0d commit 8c9af23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shub/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -787,6 +787,7 @@ def _update_conf_file(filename, target, project, repository):


class _AnyParamType(ParamType):
name = "any"

def convert(self, value, param, ctx):
return value
Expand Down

0 comments on commit 8c9af23

Please sign in to comment.