From 0846590bb3596ec5d74f27be4b0d76bb3b064218 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Mon, 13 Oct 2014 10:12:58 +0200 Subject: utils: Small fix to uhd_images_downloader, less warnings --- host/utils/uhd_images_downloader.py.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'host/utils') diff --git a/host/utils/uhd_images_downloader.py.in b/host/utils/uhd_images_downloader.py.in index 2e5373d41..bd4df8c9c 100644 --- a/host/utils/uhd_images_downloader.py.in +++ b/host/utils/uhd_images_downloader.py.in @@ -30,8 +30,7 @@ from optparse import OptionParser _DEFAULT_BUFFER_SIZE = 8192 _BASE_DIR_STRUCTURE_PARTS = ["share", "uhd", "images"] -_BASE_DIR_STRUCTURE = os.path.join(_BASE_DIR_STRUCTURE_PARTS) -_DEFAULT_INSTALL_PATH = os.path.join("@CMAKE_INSTALL_PREFIX@", *_BASE_DIR_STRUCTURE) +_DEFAULT_INSTALL_PATH = os.path.join("@CMAKE_INSTALL_PREFIX@", *_BASE_DIR_STRUCTURE_PARTS) _DEFAULT_BASE_URL = "http://files.ettus.com/binaries/images/" _AUTOGEN_IMAGES_FILENAME = "@UHD_IMAGES_DOWNLOAD_SRC@" _AUTOGEN_IMAGES_CHECKSUM = "@UHD_IMAGES_MD5SUM@" -- cgit v1.2.3