Comment 4 for bug 570721

Revision history for this message
Natalia Bidart (nataliabidart) wrote :

Please note that when file_sync is disabled, ~/.config/ubuntuone/syncdaemon.conf shows:

[__main__]
files_sync_enabled = 0

And the code in ubuntuone/syncdaemon/tools.py set the option to True (instead of 1) when executing enable_files_sync. We should be consistent, I think. Either using 1 and 0 or True and False (not sure which one though).