Revision 58b22b6e lib/backend.py
b/lib/backend.py | ||
---|---|---|
1990 | 1990 |
if not (_IsJobQueueFile(old) and _IsJobQueueFile(new)): |
1991 | 1991 |
return False |
1992 | 1992 |
|
1993 |
os.rename(old, new)
|
|
1993 |
utils.RenameFile(old, new, mkdir=True)
|
|
1994 | 1994 |
|
1995 | 1995 |
return True |
1996 | 1996 |
|
Also available in: Unified diff