Changeset 2414


Ignore:
Timestamp:
Jan 4, 2009 8:15:37 PM (15 years ago)
Author:
bennylp
Message:

Fixed exception error on the Python test due to child process already exiting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/tests/pjsua/run.py

    r2410 r2414  
    162162        def wait(self): 
    163163                self.trace("wait") 
    164                 self.proc.communicate("q") 
     164                self.proc.communicate() 
    165165 
    166166        def trace(self, s): 
Note: See TracChangeset for help on using the changeset viewer.