From d433422e84afe5b677df715703e47dd60637f423 Mon Sep 17 00:00:00 2001
From: luz paz <luzpaz@users.noreply.github.com>
Date: Sun, 24 Oct 2021 14:43:11 -0400
Subject: [PATCH] LGTM: fix syntax error missing closing parenthesis

ref: https://lgtm.com/projects/g/scribusproject/scribus/alerts/?mode=tree&ruleFocus=4860085
---
 OSX-package/linktools/mkappbundle.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/OSX-package/linktools/mkappbundle.py b/OSX-package/linktools/mkappbundle.py
index 7b51eda715..dccdf17ccf 100755
--- a/OSX-package/linktools/mkappbundle.py
+++ b/OSX-package/linktools/mkappbundle.py
@@ -83,5 +83,5 @@ if not os.path.exists(binPath):
 if binfile != None:
 	shutil.copy(binfile, os.path.join(binPath, appName))
 			
-shutil.copy(infofile, os.path.join(bundle, "Contents/Info.plist")
+shutil.copy(infofile, os.path.join(bundle, "Contents/Info.plist"))
 
-- 
2.33.0

