~ensoft-lander/endroid/trunk

« back to all changes in this revision

Viewing changes to bin/endroid_remote

  • Committer: Tarmac
  • Author(s): Phil Connell
  • Date: 2014-10-10 13:00:53 UTC
  • mfrom: (96.1.2 trunk)
  • Revision ID: tarmac-20141010130053-epgonbwgbv7tewv2
Tags: endroid-1.4.5
Fix "endroid_remote watch" and tag 1.4.5 release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
                            "lines will be sent to EnDroid")
73
73
 
74
74
    def process_args(self, args):
75
 
        self._re = args.regex
 
75
        self._re = re.compile(args.regex)
76
76
 
77
77
    def event_loop(self):
78
78
        line = sys.stdin.readline()