delete nothing with file name like "[app+1]xxx"
See original GitHub issuedelete nothing with file name like:
[app+1]OMStarPS_omstarps_12.3.0_5b866543ab78483cf07c4012.zip
if change file name to:
app_1_OMStarPS_omstarps_12.3.0_5b866653ab78483cf07c401b.zip
could be delete correctly.
can you gave some advise?
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Setting multiple handlers with Python App Engine
I just cannot seem to get multiple handlers working. I'm using Google App Engine with Python. The base URL returns "Hello world!", as...
Read more >Configuring Privileges and Other Authorizations - IBI
A two-part file reference or FILEDEF attempting to access a file or directory without permission will produce an error. The Web Console will...
Read more >Nginx too many *4185 open() errors - LinuxQuestions.org
I have just setup a new nginx server on Centos 7. I notice a lot of the following types entry in my error...
Read more >Web Deployment Tool (MS Deploy) - RSSing.com
The rest of the deployment works great but I am seeing a message like this for ... file on my server, so deployments...
Read more >TIBCO WebFOCUS® - Reporting Server Administration
The Reporting Server browser interface home page opens, as shown in the following ... the report and enter a file name for the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Newer versions of
globbydoesn’t useglob, butfast-globand themicromatchpackage. However, I can still reproduce the issue. The culprit seems to be using the+sign inside square brackets.Got it, thanks for investigating. I’ll look into it a bit more as well.