X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/862ba51abe15297ad4219e6c0c03c9ce280f49e1..bae29dddde41058567a5ef9b44c160dd76b1c025:/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