mirror of
https://github.com/fergalmoran/picard.git
synced 2026-02-25 17:13:57 +00:00
Add explanatory comment
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user