Skip to content

Commit d8aa6b6

Browse files
authored
Merge branch 'master' into master
2 parents f3e3c35 + 81174c0 commit d8aa6b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sonic_data_client/mixed_db_client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1353,7 +1353,7 @@ func (c *MixedDbClient) SetFullConfig(delete []*gnmipb.Path, replace []*gnmipb.U
13531353
return err
13541354
}
13551355

1356-
PyCodeInGo := fmt.Sprintf(PyCodeForYang, ietf_json_val)
1356+
PyCodeInGo := fmt.Sprintf(PyCodeForYang, fileName)
13571357
err = RunPyCode(PyCodeInGo)
13581358
if err != nil {
13591359
return fmt.Errorf("Yang validation failed!")

0 commit comments

Comments
 (0)