MCPcopy 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

8from unidecode import unidecode
9
10def fatal(msg):
11 sys.stderr.write(msg + "\n")
12 sys.exit(1)
13
14def main():
15 default_encoding = locale.getpreferredencoding()

Callers 1

mainFunction · 0.85

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected