X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=azure%2Fmulticloud_azure%2Fpub%2Futils%2Ffileutil.py;fp=azure%2Fmulticloud_azure%2Fpub%2Futils%2Ffileutil.py;h=84493221d9310a37975403a9325fca47286d4065;hb=03386aae18234fcf70b29d80e3ac577791a90dd0;hp=186830006bb80954496e9db721c46f86c70f21c8;hpb=61d7d474895188ba05ed484c0550babb5f23451e;p=multicloud%2Fazure.git diff --git a/azure/multicloud_azure/pub/utils/fileutil.py b/azure/multicloud_azure/pub/utils/fileutil.py index 1868300..8449322 100644 --- a/azure/multicloud_azure/pub/utils/fileutil.py +++ b/azure/multicloud_azure/pub/utils/fileutil.py @@ -20,7 +20,7 @@ logger = logging.getLogger(__name__) def make_dirs(path): if not os.path.exists(path): - os.makedirs(path, 0777) + os.makedirs(path, 0o777) def delete_dirs(path):