mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
lvmdbusd: Set locale
Signed-off-by: Tony Asleson <tasleson@redhat.com>
This commit is contained in:
parent
f94fe2c91f
commit
6c78175126
@ -103,6 +103,9 @@ def main():
|
||||
|
||||
use_session = os.getenv('LVMDBUSD_USE_SESSION', False)
|
||||
|
||||
# Ensure that we get consistent output for parsing stdout/stderr
|
||||
os.environ["LC_ALL"] = "C"
|
||||
|
||||
args = parser.parse_args()
|
||||
|
||||
cfg.DEBUG = args.debug
|
||||
|
Loading…
Reference in New Issue
Block a user