Skip to content

Commit

Permalink
Merge pull request #932 from OCR-D/add-missing-resloc-module
Browse files Browse the repository at this point in the history
add RESOURCE_LOCATIONS==module (for resmgr CLI)
  • Loading branch information
kba authored Oct 25, 2022
2 parents 9669b9b + 6bd3eda commit 0ba3a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocrd_utils/ocrd_utils/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,4 @@
XDG_DATA_HOME = environ['XDG_DATA_HOME'] if 'XDG_DATA_HOME' in environ else join(HOME, '.local', 'share')
XDG_CONFIG_HOME = environ['XDG_CONFIG_HOME'] if 'XDG_CONFIG_HOME' in environ else join(HOME, '.config')

RESOURCE_LOCATIONS = ['data', 'cwd', 'system']
RESOURCE_LOCATIONS = ['data', 'cwd', 'system', 'module']

0 comments on commit 0ba3a4b

Please sign in to comment.