Skip to content

Commit

Permalink
Fixes #33, until we have something more elegant
Browse files Browse the repository at this point in the history
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
  • Loading branch information
jeandet committed Feb 3, 2022
1 parent d3f5415 commit 588a371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion speasy/webservices/amda/inventory.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class AmdaXMLParser:
def fix_name(name: str):
return name.strip().replace('-', '_').replace(':', '').replace('.', '_').replace('(', '').replace(')',
'').replace(
'/', '').replace(' ', '')
'/', '').replace(' ', '').replace('⊙','o')

@staticmethod
def fix_names(**kwargs):
Expand Down

0 comments on commit 588a371

Please sign in to comment.