Remove semicolon
This commit is contained in:
parent
2a9b9cbea0
commit
dda0ce7285
|
@ -321,7 +321,7 @@ def main():
|
|||
tree={}
|
||||
|
||||
# Check that the output directory exists
|
||||
checkopdir(pagedir);
|
||||
checkopdir(pagedir)
|
||||
|
||||
try:
|
||||
print 'Connecting to '+newshost+'...'
|
||||
|
|
Loading…
Reference in New Issue