summaryrefslogtreecommitdiffstats
path: root/odl-pipeline/lib/utils/shutil.py
diff options
context:
space:
mode:
authorNikolas Hermanns <nikolas.hermanns@ericsson.com>2017-01-31 14:45:54 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-01-31 14:45:54 +0000
commit192e6af198cf94a678edece8ad4bb123132e9ce2 (patch)
treec9ed8b238a1b4d5c82dcf8dc26f597cc92a6adaa /odl-pipeline/lib/utils/shutil.py
parent4182a4715e55969868f17b11e5e3ac79fc3c7555 (diff)
parentc7cbf47421382ef5db5ad8a2f470def52640b21f (diff)
Merge "Updates ODL Pipeline scripts for CSIT"
Diffstat (limited to 'odl-pipeline/lib/utils/shutil.py')
-rwxr-xr-xodl-pipeline/lib/utils/shutil.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/odl-pipeline/lib/utils/shutil.py b/odl-pipeline/lib/utils/shutil.py
index 40e2aba..5f6d482 100755
--- a/odl-pipeline/lib/utils/shutil.py
+++ b/odl-pipeline/lib/utils/shutil.py
@@ -17,7 +17,7 @@ class shutil():
classdocs
'''
@staticmethod
- def mkdir_if_not_exsist(path):
+ def mkdir_if_not_exist(path):
if not path:
raise Exception('Path should not be empty.')
putils.execute(["mkdir", "-p", path])