Fix warning about "Unknown upload protocol custom"
This commit is contained in:
+1
-1
@@ -330,7 +330,7 @@ elif upload_protocol in debug_tools:
|
||||
upload_actions = [env.VerboseAction("$UPLOADCMD", "Uploading $SOURCE")]
|
||||
|
||||
# custom upload tool
|
||||
elif "UPLOADCMD" in env:
|
||||
elif upload_protocol == "custom":
|
||||
upload_actions = [env.VerboseAction("$UPLOADCMD", "Uploading $SOURCE")]
|
||||
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user