Skip to content

Commit 6f039e6

Browse files
committed
typo
1 parent a3e99d5 commit 6f039e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AutoQC.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def process_row(uid, logdir, table='iquod', targetdb='iquod.db'):
6060
if opt == '-b':
6161
batchnumber = ast.literal_eval(arg)
6262
if opt == '-d':
63-
dbtable = str(arg)
63+
dbtable = arg
6464
if opt == '-l':
6565
logdir = arg
6666
if opt == '-n':

0 commit comments

Comments
 (0)