dexter has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/pysim/+/41729?usp=email )


Change subject: fix
......................................................................

fix

Change-Id: Ib9f729cf7bff97da402cdb08799ded420864b630
---
M contrib/csv-to-pgsql.py
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/29/41729/1

diff --git a/contrib/csv-to-pgsql.py b/contrib/csv-to-pgsql.py
index a8a2a27..bb5f8a2 100755
--- a/contrib/csv-to-pgsql.py
+++ b/contrib/csv-to-pgsql.py
@@ -35,7 +35,7 @@
             return user.get('name'), user.get('pass')

         log = PySimLogger.get("PQSQL")
-        self.table = table_name
+        self.table = table_name.lower()
         self.cols = None

         # Depending on the table type, the table name must contain either the 
substring "uicc_keys" or "euicc_keys".

--
To view, visit https://gerrit.osmocom.org/c/pysim/+/41729?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings?usp=email

Gerrit-MessageType: newchange
Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: Ib9f729cf7bff97da402cdb08799ded420864b630
Gerrit-Change-Number: 41729
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <[email protected]>

Reply via email to