summaryrefslogtreecommitdiff
path: root/yarn
diff options
context:
space:
mode:
Diffstat (limited to 'yarn')
-rwxr-xr-xyarn2
1 files changed, 1 insertions, 1 deletions
diff --git a/yarn b/yarn
index 6fbd63a..fbf928d 100755
--- a/yarn
+++ b/yarn
@@ -216,7 +216,7 @@ class YarnRunner(cliapp.Application):
return True
if self.settings['tempdir']:
- tempdir = self.settings['tempdir']
+ tempdir = os.path.abspath(self.settings['tempdir'])
if not os.path.exists(tempdir):
os.mkdir(tempdir)
else: