Skip to content

Commit

Permalink
GH #755 - Always use string objects.
Browse files Browse the repository at this point in the history
  • Loading branch information
dsuch committed Sep 12, 2024
1 parent 551d26b commit 611a9b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/zato-cli/src/zato/cli/enmasse.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ class _NoValue:
# ################################################################################################################################

def has_name_zato_prefix(name:'str') -> 'bool':
name = name or ''
for prefix in zato_name_prefix:
if name.startswith(prefix):
return True
Expand Down

0 comments on commit 611a9b9

Please sign in to comment.