aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-ximages/populate_images.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/images/populate_images.py b/images/populate_images.py
index f54ca8b9d..d49f02120 100755
--- a/images/populate_images.py
+++ b/images/populate_images.py
@@ -19,7 +19,7 @@ def get_images_dir():
Returns the absolute position of the images/ subdir
in the UHD source tree.
"""
- return os.path.dirname(__file__)
+ return os.path.dirname(os.path.abspath(__file__))
def download_images(img_root_dir=None):
" Go, go, go! "