From 0771ab21b6c460e4718feb26cf8e077bb45d2580 Mon Sep 17 00:00:00 2001 From: jonpas Date: Sun, 24 May 2015 22:12:56 +0200 Subject: [PATCH] Capitalized previously missed global --- tools/setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/setup.py b/tools/setup.py index 4d71ed75a2..62925a6066 100644 --- a/tools/setup.py +++ b/tools/setup.py @@ -18,7 +18,7 @@ CBA = "P:\\x\\cba" ########################## def main(): - fulldir = "{}\\{}".format(MAINDIR,PROJECTDIR) + FULLDIR = "{}\\{}".format(MAINDIR,PROJECTDIR) print(""" ###################################### # ACE3 Development Environment Setup # @@ -36,7 +36,7 @@ def main(): [Arma 3 installation directory]\\{} => ACE3 project folder P:\\{} => ACE3 project folder - It will also copy the required CBA includes to {}, if you do not have the CBA source code already.""".format(fulldir,fulldir,CBA)) + It will also copy the required CBA includes to {}, if you do not have the CBA source code already.""".format(FULLDIR,FULLDIR,CBA)) print("\n") try: