Add explanatory comment

This commit is contained in:
Sophist
2013-09-23 15:26:02 +01:00
parent d2689dc8bd
commit fb9aefbc95

View File

@@ -401,6 +401,7 @@ def tracknum_from_filename(base_filename):
return numbers[0]
return -1
# Provide os.path.samefile equivalent which is missing in Python under Windows
if sys.platform == 'win32':
def os_path_samefile(p1, p2):
ap1 = os.path.abspath(p1)