當我運行s3cmd不完整的格式錯誤
$ s3cmd
我得到
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
An unexpected error has occurred.
Please report the following lines to:
[email protected]
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
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:
[email protected]
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
任何人任何想法?
原本我以爲這是由於Fedora的(在Ubuntu相同)蟒蛇更新...但它有特殊字符 – equivalent8 2013-05-23 12:42:52