Skip to content

Commit

Permalink
new comments
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Apr 17, 2018
1 parent 801f3aa commit 5fd1383
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/appier_console/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,9 @@ def run(self):
index = int((current - initial) / interval_s)
value = index % len(frames)

# determines if this is the first print operation or not
# and taking that into account sets the proper beginning of
# line (BOL) and end of line (EOL) characters
if is_first:
is_first = False
bol, eol = ("", "")
Expand Down

0 comments on commit 5fd1383

Please sign in to comment.