Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Sigil-Ebook/Sigil
/ fatal
Function
fatal
src/Resource_Files/python3lib/unidecode/util.py:10–12 ·
view source on GitHub ↗
(msg)
Source
from the content-addressed store, hash-verified
8
from
unidecode
import
unidecode
9
10
def
fatal(msg):
11
sys.stderr.write(msg +
"\n"
)
12
sys.exit(1)
13
14
def
main():
15
default_encoding = locale.getpreferredencoding()
Callers
1
main
Function · 0.85
Calls
1
write
Method · 0.45
Tested by
no test coverage detected