diff --git a/build-tools/create_dependancy_cache.py b/build-tools/create_dependancy_cache.py index 4f141175..30b1f03a 100755 --- a/build-tools/create_dependancy_cache.py +++ b/build-tools/create_dependancy_cache.py @@ -111,7 +111,7 @@ if options.third_party_repo_dir: # Create directory if required if not os.path.isdir(publish_cache_dir): print("Creating directory: %s" % publish_cache_dir) - os.makedirs(publish_cache_dir, 0755) + os.makedirs(publish_cache_dir, 0o755) # The Main data structure pkg_data={}