diff options
Diffstat (limited to 'subcmds/download.py')
-rw-r--r-- | subcmds/download.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subcmds/download.py b/subcmds/download.py index 87d0ce04..12d99526 100644 --- a/subcmds/download.py +++ b/subcmds/download.py | |||
@@ -101,7 +101,7 @@ If no project is specified try to use current directory as a project. | |||
101 | print(' %s' % (c), file=sys.stderr) | 101 | print(' %s' % (c), file=sys.stderr) |
102 | if opt.cherrypick: | 102 | if opt.cherrypick: |
103 | try: | 103 | try: |
104 | project._CherryPick(dl.commit) | 104 | project._CherryPick(dl.commit, ffonly=opt.ffonly) |
105 | except GitError: | 105 | except GitError: |
106 | print('[%s] Could not complete the cherry-pick of %s' | 106 | print('[%s] Could not complete the cherry-pick of %s' |
107 | % (project.name, dl.commit), file=sys.stderr) | 107 | % (project.name, dl.commit), file=sys.stderr) |