diff options
Diffstat (limited to 'klippy/configfile.py')
-rw-r--r-- | klippy/configfile.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/klippy/configfile.py b/klippy/configfile.py index f04bfe32..03f60288 100644 --- a/klippy/configfile.py +++ b/klippy/configfile.py @@ -447,7 +447,7 @@ class ConfigAutoSave: # config. Which is fine because they're ignored when the main config is # read. But maybe there should be a warning either here or at load as # there's no feedback mechanism anymore. - autosave_data = cfgrdr.build_config_string(self.fileconfig) + autosave_data = cfgrdr.build_config_string(self.fileconfig) + "\n" autosave_filename = self.printer.get_start_args()["saved_config"] # Determine filenames datestr = time.strftime("-%Y%m%d_%H%M%S") |