Skip to content

Commit 73ab3c7

Browse files
committed
Pylint
1 parent d232e00 commit 73ab3c7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dockci/models/job_meta/stages_prepare.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,10 @@ def timestamp_for(self, path):
240240
))
241241

242242
def path_mtime(self, handle, path):
243+
"""
244+
Set the mtime on the given path, writitng messages to the file handle
245+
given as necessary
246+
"""
243247
# Ensure path is inside workdir
244248
if not path.common(self.workdir).samefile(self.workdir):
245249
write_all(handle,

0 commit comments

Comments
 (0)