kopia lustrzana https://github.com/bugout-dev/moonstream
Remove comments.
rodzic
45b84785e3
commit
b635412a3d
|
@ -68,11 +68,6 @@ def handel_generate_filtered(args: argparse.Namespace) -> None:
|
||||||
new_db_path = "/".join(path_list)
|
new_db_path = "/".join(path_list)
|
||||||
copyfile(args.source, new_db_path)
|
copyfile(args.source, new_db_path)
|
||||||
|
|
||||||
# with io.open(name, "w") as f:
|
|
||||||
# for linha in source_conn.iterdump():
|
|
||||||
# f.write("%s\n" % linha)
|
|
||||||
os
|
|
||||||
|
|
||||||
# do connection
|
# do connection
|
||||||
with contextlib.closing(sqlite3.connect(new_db_path)) as source_conn:
|
with contextlib.closing(sqlite3.connect(new_db_path)) as source_conn:
|
||||||
print("Start filtering")
|
print("Start filtering")
|
||||||
|
|
Ładowanie…
Reference in New Issue