add comment explaining why the code was reordered

This commit is contained in:
Mark McClain
2013-03-13 01:26:05 -04:00
parent 769a691087
commit c049ca43de

View File

@@ -211,6 +211,7 @@ def set_config(config, overwrite=False):
if config is None:
config = get_conf_path_from_env()
# must be after the fallback other a bad fallback will incorrectly clear
if overwrite is True:
_runtime_conf.empty()