question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

delete nothing with file name like "[app+1]xxx"

See original GitHub issue

delete 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:open
  • Created 5 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
kevvacommented, Sep 30, 2019

minimatch is a dependency of glob which is a dependency of globby which is a dependency of del

Newer versions of globby doesn’t use glob, but fast-glob and the micromatch package. However, I can still reproduce the issue. The culprit seems to be using the + sign inside square brackets.

0reactions
jonschlinkertcommented, Oct 3, 2019

This might be related sindresorhus/globby#81.

Got it, thanks for investigating. I’ll look into it a bit more as well.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found