Skip to content
Snippets Groups Projects

Change default value for user_configuration

Merged Erwan Rouchet requested to merge user-config-default into master
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -62,7 +62,7 @@ class BaseWorker(object):
logger.info(f"Worker will use {self.work_dir} as working directory")
self.process_information = None
self.user_configuration = None
self.user_configuration = {}
self.support_cache = support_cache
# use_cache will be updated in configure() if the cache is supported and if there
# is at least one available sqlite database either given or in the parent tasks
Loading