Mercurial > repos > yating-l > gonramp_apollo_tools
diff util/Logger.py @ 1:78af01d73add draft
planemo upload for repository https://github.com/Yating-L/suite_gonramp_apollo.git commit 9009fa8663038d2cb4a1c5130600a51f31f654a1-dirty
author | yating-l |
---|---|
date | Tue, 28 Nov 2017 12:43:22 -0500 |
parents | 1da8b9042af4 |
children |
line wrap: on
line diff
--- a/util/Logger.py Mon Nov 27 14:47:03 2017 -0500 +++ b/util/Logger.py Tue Nov 28 12:43:22 2017 -0500 @@ -32,6 +32,7 @@ config["handlers"][i]["filename"] = os.path.join(self.extra_files_path, config["handlers"][i]["filename"]) logging.config.dictConfig(config) else: + logging.config.dictConfig(config) logging.warn("Extra files path is not set. The log files will exist at current working directory instead of final output folder") else: logging.basicConfig(level=default_level)