Commit Graph
7 Commits
Author SHA1 Message Date
Antonio Fdez f1be59ff3d added comment to windows filePath check 2017-01-16 17:19:38 -08:00
Antonio Fdez 341ca93b01 fix imports
Sorry, forgot to add imports correctly, needed to edit the file and make the commit using the github online editor, since I can't access from my current location from git.
2017-01-16 17:19:33 -08:00
Antonio Fdez 7b912d9f8f allow to load YAML configuration files on Windows
The funtion `loadDataFrom` does not take care of Windows users since any of the conditions met and it returns an error.

The change looks for the runtime where it's running and then if the filePath contains a `\`
2017-01-16 17:19:29 -08:00
Antonio Fdez 6503447ae7 added comment to windows filePath check 2016-11-19 22:37:11 +01:00
Antonio Fdez 9f357f7625 fix imports
Sorry, forgot to add imports correctly, needed to edit the file and make the commit using the github online editor, since I can't access from my current location from git.
2016-11-17 17:08:01 +01:00
Antonio Fdez dda37c45da Merge pull request #1 from fernandezvara/patch-yaml-config-windows
allow to load YAML configuration files on Windows
2016-11-17 17:01:27 +01:00
Antonio Fdez b5d06bd2a9 allow to load YAML configuration files on Windows
The funtion `loadDataFrom` does not take care of Windows users since any of the conditions met and it returns an error.

The change looks for the runtime where it's running and then if the filePath contains a `\`
2016-11-17 16:58:46 +01:00