~benoit.bertholon/duplicity/duplicity

« back to all changes in this revision

Viewing changes to duplicity/commandline.py

  • Committer: Kenneth Loafman
  • Date: 2017-01-20 15:26:13 UTC
  • Revision ID: kenneth@loafman.com-20170120152613-nkf54kasnnndmncg
Fix pep8 issue.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1104
1104
            recipients=src.recipients,
1105
1105
            hidden_recipients=src.hidden_recipients)
1106
1106
    log.Debug(_("GPG binary is %s, version %d") %
1107
 
        ((globals.gpg_binary or 'gpg'), globals.gpg_profile.gpg_major))
 
1107
              ((globals.gpg_binary or 'gpg'), globals.gpg_profile.gpg_major))
1108
1108
 
1109
1109
    # we can now try to import all the backends
1110
1110
    backend.import_backends()