Skip to content

Commit 87eac75

Browse files
authored
Update anomalyDetector.py
Do not break things
1 parent 8c78efc commit 87eac75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

psql/consumers/anomalyDetector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def commit(self):
147147
return
148148

149149
logging.warning("psql: start copy")
150-
logging.warning(f"dataBuffer len: {}".format(len(self.dataBuffer)))
150+
logging.warning("dataBuffer len: {}".format(len(self.dataBuffer)))
151151
self.cpmgr.copy(self.dataBuffer)
152152
logging.warning("commit")
153153
self.conn.commit()

0 commit comments

Comments
 (0)