summaryrefslogtreecommitdiffstats
path: root/src/virtBootstrap/virt_bootstrap.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/virtBootstrap/virt_bootstrap.py')
-rwxr-xr-xsrc/virtBootstrap/virt_bootstrap.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/virtBootstrap/virt_bootstrap.py b/src/virtBootstrap/virt_bootstrap.py
index 1befaae..bef5e88 100755
--- a/src/virtBootstrap/virt_bootstrap.py
+++ b/src/virtBootstrap/virt_bootstrap.py
@@ -93,7 +93,7 @@ def bootstrap(args):
source = get_source(args)
if not os.path.exists(args.dest):
os.makedirs(args.dest)
- elif not os.path.isdir(args.dest): # Show error if not directory
+ elif not os.path.isdir(args.dest): # Show error if not directory
error("Destination path '%s' is not directory.", args.dest)
sys.exit(1)