提交 36a3203e 编写于 作者: J Jannis Leidel

Fixed minor syntax error in Subversion version control backend.

上级 34954314
......@@ -2813,7 +2813,7 @@ class Subversion(VersionControl):
elif response == 'b':
dest_dir = backup_dir(dest)
logger.warn('Backing up %s to %s'
% display_path(dest, dest_dir))
% (display_path(dest), dest_dir))
shutil.move(dest, dest_dir)
checkout = True
if checkout:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册