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