From 789eee5b2ee18880f98926ec96e519437babf346 Mon Sep 17 00:00:00 2001 From: "Dusty.P" Date: Tue, 5 Jun 2018 22:56:29 -0800 Subject: [PATCH] test paginator --- exts/imports/utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/exts/imports/utils.py b/exts/imports/utils.py index cc89772..2506911 100644 --- a/exts/imports/utils.py +++ b/exts/imports/utils.py @@ -162,6 +162,7 @@ class Paginator: i = 0 if not keep_intact and not item == self._page_break: item_parts = item.strip().split('\n') + print(item_parts) for part in item_parts: if len(part) > self._max_line_length: length = 0