summaryrefslogtreecommitdiff
path: root/cpp/allDemos.py
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/allDemos.py')
-rwxr-xr-xcpp/allDemos.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/allDemos.py b/cpp/allDemos.py
index ef204552775..78f1d98fe34 100755
--- a/cpp/allDemos.py
+++ b/cpp/allDemos.py
@@ -66,7 +66,7 @@ demos = [
]
if not Util.isNoServices():
- demos.append(["IceBox/hello", "IceGrid/icebox"])
+ demos += ["IceBox/hello", "IceGrid/icebox"]
if __name__ == "__main__":
Util.run(demos)