Ofekw / SoftEng-306-Project-1

1 stars 3 forks source link

Integrating the Run_Worker script to be automatically generated and ran by generateScripts file #120

Closed JCSanPedro closed 8 years ago

greg737 commented 8 years ago

@JCSanPedro Can you check this error that your worker is throwing?

Traceback (most recent call last): File "/home/greg-ubuntu/indigo_workspace/SoftEng-306-Project-1/se306Project1/src/Worker0.py", line 33, in main() File "/home/greg-ubuntu/indigo_workspace/SoftEng-306-Project-1/se306Project1/src/Worker0.py", line 28, in main robot.worker_specific_function() File "/home/greg-ubuntu/indigo_workspace/SoftEng-306-Project-1/se306Project1/src/Worker.py", line 360, in worker_specific_function result = action0 TypeError: goto_xy() takes exactly 3 arguments (2 given)

JCSanPedro commented 8 years ago

Haha yeah really dumb mistake by me. I changed up the order of the actions in the self.actions dictionary but forgot to change one of my functions to match that change.

On Fri, Aug 21, 2015 at 11:31 PM, greg737 notifications@github.com wrote:

@JCSanPedro https://github.com/JCSanPedro Can you check this error that your worker is throwing?

Traceback (most recent call last): File "/home/greg-ubuntu/indigo_workspace/SoftEng-306-Project-1/se306Project1/src/Worker0.py", line 33, in main() File "/home/greg-ubuntu/indigo_workspace/SoftEng-306-Project-1/se306Project1/src/Worker0.py", line 28, in main robot.worker_specific_function() File "/home/greg-ubuntu/indigo_workspace/SoftEng-306-Project-1/se306Project1/src/Worker.py", line 360, in worker_specific_function result = action0 TypeError: goto_xy() takes exactly 3 arguments (2 given)

— Reply to this email directly or view it on GitHub https://github.com/Ofekw/SoftEng-306-Project-1/issues/120#issuecomment-133379133 .