Bug #1358

Example for converter registration in Python is wrong

Added by J. Moringen about 11 years ago. Updated about 11 years ago.

Status:ResolvedStart date:01/25/2013
Priority:NormalDue date:
Assignee:J. Moringen% Done:

100%

Category:Documentation
Target version:rsb-0.9

Associated revisions

Revision 671f4de5
Added by J. Moringen about 11 years ago

Fixed description of default global participant config in examples-converters.rst

refs #1358

  • examples-converters.rst: changed description to reflect that we now
    use rsb.setDefaultParticipantConfig instead of setting
    rsb.__defaultParticipantConfig

Revision dd9e64a1
Added by J. Moringen about 11 years ago

Fixed manipulation of default participant config in examples/protobuf/registration.py

fixes #1358

Setting the global variable rsb.__defaultParticipantConfig from other
modules does not work properly and should probably be avoid
altogether.

  • examples/protobuf/registration.py: manipulate global default
    participant config using rsb.setDefaultParticipantConfig() instead
    of setting rsb.__defaultParticipantConfig directly

Revision 57f8f5b7
Added by J. Moringen about 11 years ago

Backport: Fixed manipulation of default participant config in examples/protobuf/registration.py

refs #1358

Setting the global variable rsb.__defaultParticipantConfig from other
modules does not work properly and should probably be avoid
altogether.

Revision 1d6edf17
Added by J. Moringen about 11 years ago

Backport: Fixed description of default global participant config in examples-converters.rst

refs #1358

  • examples-converters.rst: changed description to reflect that we now
    use rsb.setDefaultParticipantConfig instead of setting
    rsb.__defaultParticipantConfig

History

#1 Updated by J. Moringen about 11 years ago

  • Status changed from In Progress to Resolved
  • % Done changed from 0 to 100

Applied in changeset rsb-python|commit:dd9e64a1bd4b6ba75858fe18df567383d28a92d9.

Also available in: Atom PDF