Comment 0 for bug 1531154

Revision history for this message
shaochun (shaochun) wrote :

duplicity_0.7.06+bzr1166-0ubuntu0-ubuntu14.04.1
Python 2.7.6
Ubuntu 14.04.3 LTS

The listed (1) command below will fail when spaces exist in UTF8-based filenames:

(1) duplicity collection-status --file-changed "0008 台灣" file://./backup/scene #this will fail
(2) duplicity collection-status --file-changed "1" file://./backup/scene #this is normal

The patch attached is a quick fix for this.