Ticket #395 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

PacketManipulator - Exception adding a new Sequence

Reported by: luis Owned by: boltrix
Priority: medium Milestone:
Component: Umit Version: current svn
Keywords: Cc: nopper

Description

When you open PacketManipulator:

1. Select one packet in Protocols Perspective

2. Right click

3. Add to a new sequence

Traceback (most recent call last):
  File "/Users/bastiao/Umit/svn/pm/trunk/umit/pm/gui/tabs/protocolselectortab.py", line 268, in __add_to_new_sequence
    ServiceBus().call('pm.sessions', 'create_edit_session', sel)
NameError: global name 'ServiceBus' is not defined

Missed a import, patch in attachment.

Attachments

Sequence.diff (0.7 kB) - added by luis 3 years ago.

Change History

Changed 3 years ago by luis

  • cc nopper added

Changed 3 years ago by luis

Changed 3 years ago by luis

  • status changed from new to closed
  • resolution set to fixed

Following our IRC conversation:

21:28 < nopper> k0p: 21:28 < nopper> just patch it in trunk

Commited in r5576.

Note: See TracTickets for help on using tickets.