Page MenuHomeDevCentral

Ignore JetBrains path if not found
ClosedPublic

Authored by dereckson on Jan 17 2023, 04:49.
Tags
None
Referenced Files
F12545351: D2743.diff
Mon, Nov 10, 10:22
F12524444: D2743.id.diff
Sun, Nov 9, 15:29
F12524417: D2743.id.diff
Sun, Nov 9, 15:27
F12523778: D2743.id6961.diff
Sun, Nov 9, 14:47
Unknown Object (File)
Sat, Nov 8, 23:05
Unknown Object (File)
Sat, Nov 8, 17:42
Unknown Object (File)
Sat, Nov 8, 03:26
Unknown Object (File)
Tue, Nov 4, 17:18
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.