This commit is contained in:
Mark Qvist
2026-05-15 17:32:10 +02:00
parent e7a317f0a0
commit f3f4d9bca3
+1 -2
View File
@@ -306,7 +306,7 @@ def receive_resource_concluded(resource):
full_save_path = saved_filename+"."+str(counter)
shutil.move(resource.data.name, full_save_path)
RNS.log("Saved received file to "+full_save_path, RNS.LOG_INFO)
RNS.log("Saved received file to "+full_save_path, RNS.LOG_NOTICE)
except Exception as e:
RNS.log(f"An error occurred while saving received resource: {e}", RNS.LOG_ERROR)
@@ -515,7 +515,6 @@ def fetch(configdir, identitypath = None, verbosity = 0, quietness = 0, destinat
full_save_path = saved_filename+"."+str(counter)
shutil.move(resource.data.name, full_save_path)
print("Saved received file to "+full_save_path)
except Exception as e:
print(f"An error occurred while saving received resource: {e}")