mirror of
https://github.com/openSUSE/osc.git
synced 2025-01-14 09:36:21 +01:00
fixed typo
This commit is contained in:
parent
0fa507a782
commit
3f6fa3a0b6
@ -189,7 +189,7 @@ def os_path_samefile(path1, path2):
|
||||
try:
|
||||
return os.path.samefile(path1, path2)
|
||||
except:
|
||||
return os.path.realpath(file1) == os.path.realpath(file2)
|
||||
return os.path.realpath(path1) == os.path.realpath(path2)
|
||||
|
||||
class File:
|
||||
"""represent a file, including its metadata"""
|
||||
|
Loading…
Reference in New Issue
Block a user