Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit cd9e872

Browse files
author
John Dunham
committed
Removing bad commit.
1 parent e4e43b3 commit cd9e872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csmdb/sql/csm_db_history_archive.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ def main(args):
276276
entry = dump_table( args.db, args.user, table, args.count, temp_dir, True)
277277
if entry is None:0
278278
else:
279-
print (entry, args.target)
279+
print entry
280280

281281
# After the tables are dumped, it's time to merge them into the weekly report.
282282
rollupDir(temp_dir,"..")

0 commit comments

Comments
 (0)