diff options
Diffstat (limited to 'tools/patman/patman.py')
| -rwxr-xr-x | tools/patman/patman.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tools/patman/patman.py b/tools/patman/patman.py index de8314a16..4181d8078 100755 --- a/tools/patman/patman.py +++ b/tools/patman/patman.py @@ -140,7 +140,7 @@ else:              options.count + options.start):          ok = False -    cc_file = series.MakeCcFile(options.process_tags) +    cc_file = series.MakeCcFile(options.process_tags, cover_fname)      # Email the patches out (giving the user time to check / cancel)      cmd = '' |