Page MenuHomeDevCentral

Ignore JetBrains path if not found
ClosedPublic

Authored by dereckson on Jan 17 2023, 04:49.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Dec 15, 10:50
Unknown Object (File)
Sun, Dec 8, 10:56
Unknown Object (File)
Thu, Nov 28, 03:31
Unknown Object (File)
Nov 16 2024, 18:33
Unknown Object (File)
Nov 14 2024, 03:55
Unknown Object (File)
Nov 13 2024, 02:11
Unknown Object (File)
Nov 11 2024, 17:29
Unknown Object (File)
Nov 5 2024, 04:28
Subscribers
None

Details

Summary

If the script runs on a machine without JetBrains IDE installed,
like a remote dev server with hunspell (or nothing), it currently
fails loudly. Instead, it should skip the import.

Fixes the following issue:

FileNotFoundError: [Errno 2] No such file or directory:
'/home/dereckson/.config/JetBrains'
Test Plan

bin/merge-dictionaries --extract on a machine
where any JetBrains IDE isn't installed.

Diff Detail

Repository
rMD Merge dev dictionaries
Lint
Lint Passed
Unit
No Test Coverage
Branch
no-jetbrains
Build Status
Buildable 4338
Build 4605: arc lint + arc unit

Event Timeline

dereckson created this revision.
dereckson edited the test plan for this revision. (Show Details)
This revision is now accepted and ready to land.Jan 17 2023, 04:50
This revision was automatically updated to reflect the committed changes.