Allow creation of empty account files

master
Tyler Goodlet 2023-05-13 16:12:18 -04:00
parent 779c0b73c9
commit c349d50f2f
1 changed files with 1 additions and 0 deletions

View File

@ -737,6 +737,7 @@ class PpTable(Struct):
config.write(
config=self.conf,
path=self.conf_path,
fail_empty=False,
)