spring / upq

extracts metadata of game and map files of the spring engine
https://springfiles.springrts.com/
GNU General Public License v3.0
2 stars 5 forks source link

adding a newjob from inside a thread doesn't work #3

Closed abma closed 13 years ago

abma commented 13 years ago

in the function def new_job

jobname is an empty string, i don't get why...

i think its because this function is called from a jobthread there, but i don't understand why other function worked/what is needed to get it work. (i general locking, yes, but i couldn't get it work)

or maybe its just a stupid typo/bug somewhere...

to reproduce: remove this: https://github.com/springfiles/upq/blob/master/upqqueuemngr.py#L114