Allow creation of empty account files
parent
779c0b73c9
commit
c349d50f2f
|
@ -737,6 +737,7 @@ class PpTable(Struct):
|
|||
config.write(
|
||||
config=self.conf,
|
||||
path=self.conf_path,
|
||||
fail_empty=False,
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue