typo
This commit is contained in:
parent
9e78cf74f1
commit
17732beb72
1 changed files with 1 additions and 1 deletions
2
utils.py
2
utils.py
|
|
@ -44,7 +44,7 @@ def remove_deselected_files():
|
||||||
|
|
||||||
def needs_update(src, out):
|
def needs_update(src, out):
|
||||||
mtime_src = os.lstat(src).st_mtime
|
mtime_src = os.lstat(src).st_mtime
|
||||||
if os.path.exists(out)
|
if os.path.exists(out):
|
||||||
mtime_out = os.lstat(out).st_mtime
|
mtime_out = os.lstat(out).st_mtime
|
||||||
else:
|
else:
|
||||||
mtime_out = 0
|
mtime_out = 0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue