Skip to content

Commit f0711de

Browse files
Merge pull request #50 from Nasdaq/release-0.5.x
Release 0.5.x for control topic schema pull fix
2 parents 791e7fd + a899ed2 commit f0711de

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ncdssdk/src/main/python/ncdsclient/internal/ReadSchemaTopic.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ def read_schema(self, topic):
4545
try:
4646
msg_val = message.value()
4747

48-
latest_record = None
4948
if "name" in msg_val and msg_val["name"] == topic:
5049
latest_record = message
5150
if latest_record and 'schema' in msg_val:

0 commit comments

Comments
 (0)