【发布时间】:2013-05-12 21:39:29
【问题描述】:
当我跑步时
$ s3cmd
我明白了
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
An unexpected error has occurred.
Please report the following lines to:
s3tools-bugs@lists.sourceforge.net
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Problem: ValueError: incomplete format
S3cmd: 1.0.1
Traceback (most recent call last):
File "/usr/bin/s3cmd", line 2006, in <module>
main()
File "/usr/bin/s3cmd", line 1795, in main
cfg = Config(options.config)
File "/usr/lib/python2.7/site-packages/S3/Config.py", line 88, in __init__
self.read_config_file(configfile)
File "/usr/lib/python2.7/site-packages/S3/Config.py", line 105, in read_config_file
cp = ConfigParser(configfile)
File "/usr/lib/python2.7/site-packages/S3/Config.py", line 142, in __init__
self.parse_file(file, sections)
File "/usr/lib/python2.7/site-packages/S3/Config.py", line 170, in parse_file
print_value = (data["value"][:2]+"...%d_chars..."+data["value"][-1:]) % (len(data["value"]) - 3)
ValueError: incomplete format
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
An unexpected error has occurred.
Please report the above lines to:
s3tools-bugs@lists.sourceforge.net
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
任何人有什么想法吗??
【问题讨论】:
-
最初我认为这是由于 Fedora 中的 python 更新(在 Ubuntu 中相同)...但这是由于使用特殊字符设置密码
标签: python-2.7 s3cmd