Skip to content

Instantly share code, notes, and snippets.

@ak1211
Created March 2, 2016 12:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ak1211/2fedee584dafa73b9f9d to your computer and use it in GitHub Desktop.
Save ak1211/2fedee584dafa73b9f9d to your computer and use it in GitHub Desktop.
対応する終了ログがない開始ログは,次回実行時に処理するためにその行をファイルディスクリプタ3番に送る
for item in itertools.ifilter(lambda it:it["terminate log"] == None, start_session_logs):
print >> unterminated_file, item["line"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment