From 29bde01f20c2fb41fcffc3df5101481a7e10334e Mon Sep 17 00:00:00 2001 From: Srikumar Sastry Date: Mon, 9 Apr 2018 14:24:11 +0530 Subject: [PATCH] Update decorate.py --- decorate.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/decorate.py b/decorate.py index 9c7675f..a464702 100644 --- a/decorate.py +++ b/decorate.py @@ -6,6 +6,9 @@ import os from random import choice, shuffle, randint +if not os.path.isdir("final-image"): + os.mkdir("final-image") + def select_random_image_location(): """ :return: location of a randomly selected image (for background)