FIXED: Python: openViewer(new=False) doesn't work

“op(‘box1’).openViewer(new=False)” open new viewer each time.
build 6360

Sorry, the documentation was wrong.
It should be:

op(‘box1’).openViewer(unique=False)

Also note the current version defaults to unique=True. It has been changed to default to unique=False.

For now, be sure to specify the keyword each time.

Thanks,
Rob.

great! thank you!