mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-18 11:20:03 +00:00
Prospective Python 3 fix for r198150
llvm-svn: 198152
This commit is contained in:
parent
8904d5719e
commit
0897b6644d
@ -124,7 +124,7 @@ def sort_by_incremental_cache(run, litConfig):
|
||||
fname = test.getFilePath()
|
||||
try:
|
||||
index = -os.path.getmtime(fname)
|
||||
except os.error as e:
|
||||
except OSError as e:
|
||||
if litConfig.debug:
|
||||
litConfig.note(e)
|
||||
return index
|
||||
|
Loading…
x
Reference in New Issue
Block a user