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: