Please check if the PR fulfills these requirements(please use '[x]' to check the checkboxes, or submit the PR and then click the checkboxes)
[ x] The commit message follows our guidelines
[ ] Tests for the changes have been added (for bug fixes / features)
[ ] Docs have been added / updated (for bug fixes / features)
What kind of change does this PR introduce?(Bug fix, feature, docs update, ...)
Bug fixes
What is the current behavior?(You can also link to an open issue here)
Copy info retrieving fail on windows (using system path separator cause it to be a bad regex for splitting)
What is the new behavior (if this is a feature change)?
Use defined bug free separator
Does this PR introduce a breaking change or deprecate an API?If yes, check the following:
[ ] The Breaking Change or Deprecated label has been added
[ ] The migration guide has been updated in the github wiki (What changes might users need to make in their application due to this PR?)
Please check if the PR fulfills these requirements (please use
'[x]'
to check the checkboxes, or submit the PR and then click the checkboxes)What kind of change does this PR introduce? (Bug fix, feature, docs update, ...) Bug fixes
What is the current behavior? (You can also link to an open issue here) Copy info retrieving fail on windows (using system path separator cause it to be a bad regex for splitting)
What is the new behavior (if this is a feature change)? Use defined bug free separator
Does this PR introduce a breaking change or deprecate an API? If yes, check the following:
Other information: Add miscellaneous fixes