[Zope3-checkins] CVS: Zope3/lib/python/Zope/Server/FTP - OSEmulators.py:1.4
Stephan Richter
srichter@cbu.edu
Fri, 20 Dec 2002 15:42:45 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/Server/FTP
In directory cvs.zope.org:/tmp/cvs-serv20861/FTP
Modified Files:
OSEmulators.py
Log Message:
Guido pointed out that the error of the FTP bug was on my side, so I fixed it.
=== Zope3/lib/python/Zope/Server/FTP/OSEmulators.py 1.3 => 1.4 ===
--- Zope3/lib/python/Zope/Server/FTP/OSEmulators.py:1.3 Fri Dec 20 04:25:44 2002
+++ Zope3/lib/python/Zope/Server/FTP/OSEmulators.py Fri Dec 20 15:42:15 2002
@@ -50,6 +50,7 @@
else:
dirchar = '-'
date = ls_date(datetime.datetime.now(), stat_info[stat.ST_MTIME])
+
return '%s%s %3d %-8s %-8s %8d %s %s' % (
dirchar,
mode,