Skip to content

Commit

Permalink
remove repeated upper() on shoulder
Browse files Browse the repository at this point in the history
  • Loading branch information
jsjiang committed Oct 17, 2023
1 parent 155babd commit e01a1ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def handle(self, *_, **opt):
'Scheme must be "ark" or "doi": {}'.format(scheme_str)
)

namespace_str = '{}:{}'.format(scheme_str, full_shoulder.upper())
namespace_str = '{}:{}'.format(scheme_str, full_shoulder)

try:
shoulder_model = ezidapp.models.shoulder.Shoulder.objects.get(prefix=namespace_str)
Expand Down

0 comments on commit e01a1ea

Please sign in to comment.