Commit 12282db5 by Tatang S

nambah def tmp_reports

1 parent 1297bb3d
......@@ -326,8 +326,9 @@ def tmp_reports(settings = None, tmp_path = None, module_dirname = None):
settings = get_settings()
if not settings:
return default_tmp
if tmp_path is None:
tmp_path = default_tmp
else:
if tmp_path is None:
tmp_path = 'tmp_report' in settings and settings['tmp_report'] or default_tmp
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!