MayaKrakatoa.py - semicolons

I was just looking at the MayaKrakatoa.py script in the Maya Beta. There are unnecessary semicolons at the end of most lines of the code. It’s somewhat un-Pythonic and redundant. It also adds more ASCII characters to the code which increases the probability of bugs. It also makes code harder to read.

Going forward, it might be advantageous for your dev team to remove those semicolons.

I had noticed that too, and meant to remove them. Thanks for pointing that out. I’ll clean it up for the next build.

EDIT: All done, I posted the latest build today.

Thanks.