[Checkins] SVN: zc.zeoinputlog/branches/replay/src/zc/zeoinputlog/readonlyreplay.py fix command

Satchidanand Haridas satchit at zope.com
Wed Jul 27 10:52:05 EDT 2011


Log message for revision 122376:
  fix command

Changed:
  U   zc.zeoinputlog/branches/replay/src/zc/zeoinputlog/readonlyreplay.py

-=-
Modified: zc.zeoinputlog/branches/replay/src/zc/zeoinputlog/readonlyreplay.py
===================================================================
--- zc.zeoinputlog/branches/replay/src/zc/zeoinputlog/readonlyreplay.py	2011-07-27 09:46:09 UTC (rev 122375)
+++ zc.zeoinputlog/branches/replay/src/zc/zeoinputlog/readonlyreplay.py	2011-07-27 14:52:04 UTC (rev 122376)
@@ -460,7 +460,7 @@
 
         if nrecords and (nrecords%10000 == 0):
             if (nrecords%100000 == 0):
-                system("nc %s %s" % (addr[0], options.status_port))
+                os.system("nc %s %s" % (addr[0], options.status_port))
                 last_times = print_times(last_times, handlers.times,
                                          "after %s operations" % nrecords)
                 print



More information about the checkins mailing list