From 10d0c1b3e0bd55172c2dec8a08c7dff79ebe12f9 Mon Sep 17 00:00:00 2001 From: dbrojas Date: Wed, 20 Jul 2022 21:14:46 +0200 Subject: [PATCH] Use spaces as indentation --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 715460a..0a4f053 100755 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ if (len(sys.argv) > 1 and (sys.argv[1] == "build" or sys.argv[1] == "install")): if (sys.argv[1] == "install"): - if (call(["make", "-C", "C_OpeningHours", "install"])): + if (call(["make", "-C", "C_OpeningHours", "install"])): sys.exit(1) else: if (call(["make", "-C", "C_OpeningHours"])):