X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/862ba51abe15297ad4219e6c0c03c9ce280f49e1..bae29dddde41058567a5ef9b44c160dd76b1c025:/stgit/commands/export.py diff --git a/stgit/commands/export.py b/stgit/commands/export.py index 0ef7d07..b33c9ea 100644 --- a/stgit/commands/export.py +++ b/stgit/commands/export.py @@ -132,7 +132,7 @@ def func(parser, options, args): else: patch_tmpl_list = [] - patch_tmpl_list += [os.path.join(git.base_dir, 'patchexport.tmpl'), + patch_tmpl_list += [os.path.join(git.get_base_dir(), 'patchexport.tmpl'), os.path.join(sys.prefix, 'share/stgit/templates/patchexport.tmpl')] tmpl = ''