Skip to content

Commit a8ebfd5

Browse files
authored
Add missing :
1 parent 41abaee commit a8ebfd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sibyl_System/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import os
1212
import re
1313

14-
if os.path.exists('log.txt')
14+
if os.path.exists('log.txt'):
1515
os.remove("log.txt")
1616

1717
logging.basicConfig(

0 commit comments

Comments
 (0)