Skip to content
Snippets Groups Projects
Commit 61d138de authored by Manoel Römmer's avatar Manoel Römmer :rage:
Browse files

Correct xenv.ini to make xenv installable from git

parent 004d60e7
No related branches found
No related tags found
No related merge requests found
Pipeline #155383 failed
...@@ -102,7 +102,7 @@ def _parse_cmdline(argv): ...@@ -102,7 +102,7 @@ def _parse_cmdline(argv):
return args, cmd return args, cmd
def _parse_config(filename='xenv.ini'): def _parse_config(filename='/etc/xenv.ini'):
config = configparser.ConfigParser() config = configparser.ConfigParser()
config.read(filename) config.read(filename)
try: try:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment