mirror of
https://github.com/Infinidat/infi.clickhouse_orm.git
synced 2025-02-19 18:00:32 +03:00
Fixed error text
This commit is contained in:
parent
de9f64cd3a
commit
b7cf611595
|
@ -141,7 +141,7 @@ class Merge(Engine):
|
|||
"""
|
||||
|
||||
def __init__(self, table_regex):
|
||||
assert isinstance(table_regex, six.string_types), "'db_name' parameter must be string"
|
||||
assert isinstance(table_regex, six.string_types), "'table_regex' parameter must be string"
|
||||
|
||||
self.table_regex = table_regex
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user