Skip to content
Snippets Groups Projects
Commit a88ed70e authored by Radek Hušek's avatar Radek Hušek
Browse files

fix a typo

parent d3d63d5a
No related branches found
No related tags found
No related merge requests found
"enviroment": {
"environment": {
"DISPLAY": ":0",
"XAUTHORITY": "/tmp/kde-radek/xauth-1000-_0",
"HOME": "/home/radek",
......
......@@ -266,7 +266,7 @@ if __name__ == '__main__':
CONFIG = ast.literal_eval("{\n%s\n}" % config.read())
# env must be fixed before we create Qt stuff
for var, val in CONFIG.get("enviroment", {}).items():
for var, val in CONFIG.get("environment", {}).items():
if val is None:
del os.environ[var]
else:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment