From 79cdcba9365c6d9feefff7055215566efe0265ad Mon Sep 17 00:00:00 2001 From: nyanpasu64 Date: Mon, 28 Jan 2019 18:15:09 -0800 Subject: [PATCH] Dump Config.show_internals to YAML by default --- corrscope/corrscope.py | 1 + 1 file changed, 1 insertion(+) diff --git a/corrscope/corrscope.py b/corrscope/corrscope.py index f8a6c97..ede0e48 100644 --- a/corrscope/corrscope.py +++ b/corrscope/corrscope.py @@ -46,6 +46,7 @@ class Config( begin_time end_time render_subfps trigger_subsampling render_subsampling trigger_stereo render_stereo + show_internals """, ): """ Default values indicate optional attributes. """