2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-14 21:47:12 +00:00

delete test upload file after test

This commit is contained in:
2023-03-22 17:57:48 +00:00
parent 5f46d8fdc5
commit dd32114698
2 changed files with 5 additions and 5 deletions

View File

@@ -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: