Commit ded34b9c authored by Julien Muchembled's avatar Julien Muchembled

typo

parent 1eff2966
......@@ -33,7 +33,7 @@ def moduleIsModifiedSince(top, since, followlinks=False):
if since < os.stat(os.path.join(root, name)).st_mtime:
print("%s was modified since the process started." %
os.path.join(root, name))
print("Process Time %s < Last modidified file %s" % (time.ctime(since),
print("Process Time %s < Last modified file %s" % (time.ctime(since),
time.ctime(os.stat(os.path.join(root, name)).st_mtime)))
return True
return False
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment