[LinuxCNC/linuxcnc PR#626] Rebased PY3 [WIP]

未分类 bolang 5个月前 (10-15) 26次浏览

Issue #626 | 状态: 已关闭 | 作者: TurBoss | 创建时间: 2019-07-22


this is a test for travis


评论 (3)

#1 – TurBoss 于 2019-07-22

ok I just figured how to run test locally


#2 – gmoccapy 于 2019-07-24

Halo, and thanks for checking gmoccapy code for py3 stuff. I thought I did already make the code py3 compatible, but I surely missed some stuff. But I do not understand, why you added brackets to print statement, that already had brakets.
Like:
print("CombiDRO5 = joint {0}".format(self.jointaxisdic[axis]))
now is

print(("CombiDRO5 = joint {0}".format(self.jointaxisdic[axis])))

Is there anything I missed?

Norbert


#3 – TurBoss 于 2019-07-25

hello!

I didn’t check that part it was made by @Sync-

it should be a typo


原始Issue: https://github.com/LinuxCNC/linuxcnc/pull/626

喜欢 (0)