From 52b6baebc490cac9cd887c6a0f142f1e0f566aee Mon Sep 17 00:00:00 2001 From: rolux Date: Fri, 26 Jul 2013 15:36:49 +0200 Subject: [PATCH] cosmetic changes --- oxtimelines/timeline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oxtimelines/timeline.py b/oxtimelines/timeline.py index b4ef6de..493ace2 100644 --- a/oxtimelines/timeline.py +++ b/oxtimelines/timeline.py @@ -662,7 +662,7 @@ class Timelines(): if self.render_antialias: self._save_full_tile('antialias') if self.cuts_path: - # remove cuts at first frame and last frame and all cuts at max_cut_len + # remove cuts at first and last frame and all cuts at max_cut_len self.cuts = filter(lambda x: x not in [0, self.frame_n] + self.no_cuts, self.cuts) with open(self.cuts_path, 'w') as f: # avoid float rounding artefacts