summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscripts/quip2html.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/quip2html.py b/scripts/quip2html.py
index 544b472..19d293c 100755
--- a/scripts/quip2html.py
+++ b/scripts/quip2html.py
@@ -221,7 +221,8 @@ class QuipWriter(html4css1.Writer):
class GitRunner(object):
def __init__(self, filename, stderr):
- self.path, self.base = os.path.split(filename)
+ path, self.base = os.path.split(filename)
+ self.path = os.path.abspath(path)
self.stderr = stderr
def run(self, args):