Skip to content

Commit

Permalink
Issue #69 and lint
Browse files Browse the repository at this point in the history
  • Loading branch information
coulisse committed Dec 21, 2024
1 parent a5a9664 commit e28f7cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions lib/qry.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# *****************************************************************************************
# module used to make query to mariadb
# TODO: manage polymorfism and use only one qry sign
# *****************************************************************************************
# import MySQLdb as my
import mariadb as my
import logging
import json
Expand Down
4 changes: 2 additions & 2 deletions scripts/mysql2sqlite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

sqlite_db=dxcluster.db
mysql_dump_db=$(mktemp)
mysql_dump_db="mysql.sql" #TODO: remove
mysql_dump_db="mysql.sql"

progress_bar() {
local width=50
Expand Down Expand Up @@ -123,7 +123,7 @@ fi

exit #TODO: remove exit
#remove dump file
rm ${mysql_dump_db};
rm ${mysql_dump_db}

echo done

0 comments on commit e28f7cd

Please sign in to comment.