Skip to content
Snippets Groups Projects
Commit a3308528 authored by Joscha Schmiedt's avatar Joscha Schmiedt
Browse files

Fix uninitialized global _pycaosdbconf in configuration.py

parent 796c5cc4
No related branches found
No related tags found
2 merge requests!143Release 0.15.0,!135Add and fix more type hints
......@@ -39,6 +39,8 @@ from os.path import expanduser, isfile, join
from typing import Dict, Union, Callable, Optional
_pycaosdbconf = ConfigParser(allow_no_value=False)
def _reset_config():
global _pycaosdbconf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment