mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-06 22:54:16 +02:00
[debian] fix: crashing when the package size encoding has unexpected symbols
This commit is contained in:
@@ -222,6 +222,7 @@ class Aptitude:
|
|||||||
def env(self) -> Dict[str, str]:
|
def env(self) -> Dict[str, str]:
|
||||||
if self._env is None:
|
if self._env is None:
|
||||||
self._env = system.gen_env(global_interpreter=system.USE_GLOBAL_INTERPRETER)
|
self._env = system.gen_env(global_interpreter=system.USE_GLOBAL_INTERPRETER)
|
||||||
|
self._env['LC_NUMERIC'] = ''
|
||||||
|
|
||||||
return self._env
|
return self._env
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user