projects
/
fba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7dda34
)
Continued:
author
Roland Häder
<roland@mxchange.org>
Sun, 21 Apr 2024 17:49:16 +0000
(19:49 +0200)
committer
Roland Häder
<roland@mxchange.org>
Sun, 21 Apr 2024 17:49:16 +0000
(19:49 +0200)
- rewrite all "*mammuthus*" to "mammuthus"
fba/helpers/software.py
patch
|
blob
|
history
diff --git
a/fba/helpers/software.py
b/fba/helpers/software.py
index 09f016f52452d5705145da377a3202381d54b875..b7520950f01a228ceb4db5e1f037c2598417e1c0 100644
(file)
--- a/
fba/helpers/software.py
+++ b/
fba/helpers/software.py
@@
-115,6
+115,9
@@
def alias(software: str) -> str:
elif "radiant" in cleared:
logger.debug("Setting radiant: cleared='%s'", cleared)
cleared = "radiant"
+ elif "mammuthus" in cleared:
+ logger.debug("Setting mammuthus: cleared='%s'", cleared)
+ cleared = "mammuthus"
elif cleared in _mastodon_aliases or "되는 마스토돈" in cleared or "mastodon" in cleared:
logger.debug("Setting mastodon: cleared='%s'", cleared)
cleared = "mastodon"