X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/7cc615f31f10b3b5434f427c09a10a7dbbdd62db..1f5b9c9a8202a1fd62cc0c88d17de681c1e85a62:/stgit/commands/mail.py diff --git a/stgit/commands/mail.py b/stgit/commands/mail.py index 7cc18bc..b3b7b49 100644 --- a/stgit/commands/mail.py +++ b/stgit/commands/mail.py @@ -419,7 +419,7 @@ def func(parser, options, args): if options.cover: tfile_list = [options.cover] else: - tfile_list = [os.path.join(git.base_dir, 'covermail.tmpl'), + tfile_list = [os.path.join(git.get_base_dir(), 'covermail.tmpl'), os.path.join(sys.prefix, 'share/stgit/templates/covermail.tmpl')] @@ -450,7 +450,7 @@ def func(parser, options, args): if options.template: tfile_list = [options.template] else: - tfile_list = [os.path.join(git.base_dir, 'patchmail.tmpl'), + tfile_list = [os.path.join(git.get_base_dir(), 'patchmail.tmpl'), os.path.join(sys.prefix, 'share/stgit/templates/patchmail.tmpl')] tmpl = None