diff options
Diffstat (limited to 'core/views/wallets_edit.py')
-rw-r--r-- | core/views/wallets_edit.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/views/wallets_edit.py b/core/views/wallets_edit.py index 320217e..67aab15 100644 --- a/core/views/wallets_edit.py +++ b/core/views/wallets_edit.py @@ -401,7 +401,7 @@ def walletedit(request, path=None): def save_json(jsondict): # print(f'--- Wallet directory in :drawings: repo {newfolder=} {jsondict}') if not os.path.exists(contents_path.parent): - print("--- No wallet directory in :drawings: repo, so creating it") + print(f"--- No wallet directory in :drawings: repo, so creating it {contents_path.parent}") os.makedirs(contents_path.parent) with open(contents_path, "w") as jfile: |