python-pqueue icon indicating copy to clipboard operation
python-pqueue copied to clipboard

Queue creation results in file not found

Open MarionVas opened this issue 5 years ago • 1 comments

Hello,

When I try to create a pqueue in a directory that already has queue files I get an error saying that one of the queue files can not be found. This is quite a strange error since I have multiple different pqueue directories and the others seem to be fine.

I can fix this error by manually creating the missing file, however I was wondering if there was an automatic way to do this? Something, say for example like a try catch where the file is created if not found, or the next file is searched for (in my case 309 didn't exist but 310 did).

MarionVas avatar Mar 26 '19 05:03 MarionVas

Hello @MarionVas, sorry the long time to answer. Could you please provide me some sample files, or maybe explain exactly how to reproduce?

balena avatar Apr 09 '19 03:04 balena