We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2733dd commit 0903ec3Copy full SHA for 0903ec3
1 file changed
src/rez/utils/filesystem.py
@@ -756,4 +756,3 @@ def real_path(path):
756
if is_windows and not config.windows_unc_path:
757
return os.path.abspath(path)
758
return os.path.realpath(path)
759
-
0 commit comments