git-repo
git-repo copied to clipboard
Fix: fix returns in portable functions
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.