Page MenuHomeDevCentral

Ignore JetBrains path if not found
ClosedPublic

Authored by dereckson on Jan 17 2023, 04:49.
Tags
None
Referenced Files
F25009326: D2743.diff
Wed, Mar 25, 01:06
F25009276: D2743.diff
Wed, Mar 25, 01:01
Unknown Object (File)
Tue, Mar 24, 13:30
Unknown Object (File)
Mon, Mar 23, 01:11
Unknown Object (File)
Sat, Mar 21, 08:16
Unknown Object (File)
Sun, Mar 15, 15:27
Unknown Object (File)
Sat, Mar 14, 21:50
Unknown Object (File)
Sat, Mar 14, 02:08
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 Not Applicable
Unit
Tests Not Applicable

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.