diff --git a/platformio/commands/run/processor.py b/platformio/commands/run/processor.py index 2fbba4be..35150c25 100644 --- a/platformio/commands/run/processor.py +++ b/platformio/commands/run/processor.py @@ -35,7 +35,7 @@ class EnvironmentProcessor(object): self, cmd_ctx, name, config, targets, upload_port, silent, verbose): self.cmd_ctx = cmd_ctx - self.name = name + self.name = str(name) self.config = config self.targets = [str(t) for t in targets] self.upload_port = upload_port