git-repo icon indicating copy to clipboard operation
git-repo copied to clipboard

Fix: fix returns in portable functions

Open oarevaloy opened this issue 6 years ago • 0 comments

Currently, os_path_link and os_path_relpath functions return None when isUnix() is True. Fixing to return the original result from os library when isUnix() is True.

oarevaloy avatar Aug 15 '19 17:08 oarevaloy