]> git.sur5r.net Git - u-boot/blobdiff - tools/patman/func_test.py
Merge branch 'master' of git://git.denx.de/u-boot-sunxi
[u-boot] / tools / patman / func_test.py
index 2c0da84b30864a60280ca382023befde0a23156d..3f7e03214470e23d0a5adb54a209d5b572903083 100644 (file)
@@ -1,9 +1,8 @@
 # -*- coding: utf-8 -*-
+# SPDX-License-Identifier:     GPL-2.0+
 #
 # Copyright 2017 Google, Inc
 #
-# SPDX-License-Identifier:     GPL-2.0+
-#
 
 import contextlib
 import os
@@ -150,7 +149,8 @@ class TestFunctional(unittest.TestCase):
                 patchstream.InsertCoverLetter(cover_fname, series, count)
             series.DoChecks()
             cc_file = series.MakeCcFile(process_tags, cover_fname,
-                                        not ignore_bad_tags, add_maintainers)
+                                        not ignore_bad_tags, add_maintainers,
+                                        None)
             cmd = gitutil.EmailPatches(series, cover_fname, args,
                     dry_run, not ignore_bad_tags, cc_file,
                     in_reply_to=in_reply_to, thread=None)