Error !

OSError: [Errno 28] No space left on device

698
        # avoiding synchronization issues.
699
        (dest, name) = tempfile.mkstemp(dir=os.path.dirname(outputpath))
700

701
        os.write(dest, source)
702
        os.close(dest)
703
        shutil.move(name, outputpath)
704

705

706
def _get_module_info_from_callable(callable_):
/lsiopy/lib/python3.12/site-packages/mako/template.py, line 701:
701
os.write(dest, source)
/lsiopy/lib/python3.12/site-packages/mako/template.py, line 373:
373
_compile_module_file(
/lsiopy/lib/python3.12/site-packages/mako/template.py, line 312:
312
module = self._compile_from_file(path, filename)
/lsiopy/lib/python3.12/site-packages/mako/lookup.py, line 312:
312
self._collection[uri] = template = Template(
/lsiopy/lib/python3.12/site-packages/mako/lookup.py, line 251:
251
return self._load(srcfile, uri)
/app/lazylibrarian/lazylibrarian/webServe.py, line 247:
247
template = _hplookup.get_template(templatename)