Skip to content

Commit 2493a91

Browse files
committed
make-sqlite.py locale fix
Perhaps the raise was redundant. Let's find out.
1 parent b0775f3 commit 2493a91

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

utils/make-sqlite.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
locale.setlocale(locale.LC_ALL, 'en_US.UTF8')
2222
except :
2323
locale.setlocale(locale.LC_ALL, 'en_US.UTF-8')
24-
else :
25-
raise
2624

2725
conn = sqlite3.connect(os.path.join(os.path.dirname(__file__), '../src/defaults/rulesets.sqlite'))
2826
c = conn.cursor()

0 commit comments

Comments
 (0)