提交 487dcc16 编写于 作者: T Torsten Werner

Merge branch 'master' of ftp-master.debian.org:/srv/ftp.debian.org/git/dak

......@@ -2189,7 +2189,7 @@ distribution."""
# Move the .changes into the 'done' directory
ye, mo, da = time.gmtime()[0:3]
donedir = os.path.join(cnf["Dir::Queue::Done"], str(ye), str(mo), str(da))
donedir = os.path.join(cnf["Dir::Queue::Done"], str(ye), "%0.2d" % mo, "%0.2d" % da)
if not os.path.isdir(donedir):
os.makedirs(donedir)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册