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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user