Can't open ELF file C:\Users\[username with spaces]

Hi,
I’m using PIO on windows 7 and while compiling program for esp12-e with arduino I get the following error. My PIO folder is located at C:\Users\Hemal M. Chevli\.platformio
I’m pretty sure the error is because of the space, but how do I fix it?
Thank you.

[11/19/16 17:44:30] Processing esp12e (platform: espressif8266, upload_speed: 345600, board: esp12e, framework: arduino)

Verbose mode can be enabled via `-v, --verbose` option
Collected 32 compatible libraries
Looking for dependencies...
Library Dependency Graph
|-- <WifiManager> v0.12
|   |-- <DNSServer> v1.1.0
|   |   |-- <ESP8266WiFi> v1.0
|   |-- <ESP8266WebServer> v1.0
|   |   |-- <ESP8266WiFi> v1.0
|   |-- <ESP8266WiFi> v1.0
|-- <ArduinoJson> v5.7.1
|-- <ESP8266WiFi> v1.0
Building .pioenvs\esp12e\firmware.bin
Calculating size .pioenvs\esp12e\firmware.elf
error: can't open ELF file C:\Users\Hemal
text       data     bss     dec     hex filename
337062     7004   30648  374714   5b7ba .pioenvs\esp12e\firmware.elf
*** [.pioenvs\esp12e\firmware.bin] Error -1
 [ERROR] Took 3.13 seconds

Thanks a lot for the report! This is a bug and has been just fixed Release 1.2.1 · platformio/platform-espressif8266 · GitHub

Please update all PlatformIO’s packages:

  • pio update
  • PlatformIO IDE > PlatformIO > Update packages/platforms

That is awesome.
Just tested it out, it works.
Thank you Ivan
Cheers!!