From ec8427cbb8de779cf4a5838baa26d4129f9e9a94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gina=20H=C3=A4u=C3=9Fge?= Date: Wed, 27 Jul 2016 14:46:00 +0200 Subject: [PATCH] Fix a bug causing the "Streaming ..." text to vanish on transfer to SD --- src/octoprint/server/api/files.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/octoprint/server/api/files.py b/src/octoprint/server/api/files.py index 2f7ceac2..23b75120 100644 --- a/src/octoprint/server/api/files.py +++ b/src/octoprint/server/api/files.py @@ -220,7 +220,7 @@ def uploadGcodeFile(target): done = True else: filename = fileProcessingFinished(added_file, fileManager.path_on_disk(FileDestinations.LOCAL, added_file), target) - done = True + done = not sd if userdata is not None: # upload included userdata, add this now to the metadata