Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use os.path.join in lint.py #681

Merged
merged 1 commit into from
Oct 9, 2023
Merged

Use os.path.join in lint.py #681

merged 1 commit into from
Oct 9, 2023

Conversation

Ana06
Copy link
Member

@Ana06 Ana06 commented Oct 6, 2023

os.path.join uses the format suitable for the OS Python is running on, using / in Linux and \ in Windows. We were mixing them up in the GH action run that uses Windows:

D:\a\VM-Packages\VM-Packages/categories.txt

`os.path.join` uses the format suitable for the OS Python is running on,
using `/` in Linux and `\` in Windows. We were mixing them up in the GH
action run that uses Windows:
```
D:\a\VM-Packages\VM-Packages/categories.txt
```
@Ana06 Ana06 added 🐛 bug Something isn't working 🏃 CI Related to CI labels Oct 6, 2023
@Ana06 Ana06 merged commit e9ceff0 into mandiant:main Oct 9, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working 🏃 CI Related to CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant