From c349d50f2f09b94ad8c9b86905f48bc6fbe48d1c Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Sat, 13 May 2023 16:12:18 -0400 Subject: [PATCH] Allow creation of empty account files --- piker/accounting/_pos.py | 1 + 1 file changed, 1 insertion(+) diff --git a/piker/accounting/_pos.py b/piker/accounting/_pos.py index f94722d0..90391142 100644 --- a/piker/accounting/_pos.py +++ b/piker/accounting/_pos.py @@ -737,6 +737,7 @@ class PpTable(Struct): config.write( config=self.conf, path=self.conf_path, + fail_empty=False, )