Changeset 1019:d45b3d2eeb1d for src


Ignore:
Timestamp:
05/10/20 11:48:45 (4 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
python3
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

Fix in the singleton model handler for Python 3 (re #347)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/singleton.py

    r919 r1019  
    256256                try:
    257257                    s.connect(self._socketName)
    258                     s.send("hello")
     258                    s.send(bytes("hello", "ascii"))
    259259                    s.close()
    260260                    return
Note: See TracChangeset for help on using the changeset viewer.