diff --git a/Demo/scripts/newslist.py b/Demo/scripts/newslist.py index a6312149804..1dc8af20415 100755 --- a/Demo/scripts/newslist.py +++ b/Demo/scripts/newslist.py @@ -321,7 +321,7 @@ def main(): tree={} # Check that the output directory exists - checkopdir(pagedir); + checkopdir(pagedir) try: print 'Connecting to '+newshost+'...'