John Zenger wrote:
> Also, get rid of the comma at the end of that last print statement.
This would break the progress bar functionality I think, which is meant
to update a single line.
--
Brian Beck
Adventurer of the First Order
--
http://mail.python.org/mailman/listinfo/python-list
John Zenger wrote:
> It works fine for me. You must be having an indentation problem.
>
> Also, get rid of the comma at the end of that last print statement.
>
> Brian Blais wrote:
>> Hello,
>>
>> I have an odd kind of Heisenbug in what looks like a pretty simple
>>
>> If you uncomment the one
It works fine for me. You must be having an indentation problem.
Also, get rid of the comma at the end of that last print statement.
Brian Blais wrote:
> Hello,
>
> I have an odd kind of Heisenbug in what looks like a pretty simple
> program. The program is a progress bar code I got at the Py
Is well indented ?
--
http://mail.python.org/mailman/listinfo/python-list
Hello,
I have an odd kind of Heisenbug in what looks like a pretty simple program.
The
program is a progress bar code I got at the Python Cookbook:
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/168639
(including the code below)
If you uncomment the one print statement I added in t