python-pqueue
python-pqueue copied to clipboard
Queue creation results in file not found
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).
Hello @MarionVas, sorry the long time to answer. Could you please provide me some sample files, or maybe explain exactly how to reproduce?