this is a test for travis
评论 (3)
#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
#1 – TurBoss 于 2019-07-22
ok I just figured how to run test locally