Преглед на файлове

create new txn file if doesn't exist

Daniel Sheffield преди 8 месеца
родител
ревизия
fc4ef29cc7
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      grocery_transactions.py

+ 3 - 0
grocery_transactions.py

@@ -42,6 +42,9 @@ class GroceryTransactionEditor(WidgetPlaceholder):
         self.cur = cur
         txn: TransactionEditor = self.activity_manager.get('transaction')
 
+        with open(log, 'a') as f:
+            pass
+
         with open(log, 'r') as f:
             date = None
             store = None