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

Stage 2 script changes #31

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

Conversation

Corekore
Copy link

  • sed illegal byte sequence issue happens in fileTypeExtractor.sh if env variable LC_LANG and LC_CTYPE are not set equal to C. These may be set by LC_ALL, therefore we cannot change each one individually since they will have no effect, but rather change LC_ALL=C directly.

  • 'utf-8' codec can't decode byte 0xff in position <>: invalid start byte was solved by handling byte strings as opposed to raw strings in sanitizeFilePaths.py

  • in runProlog.sh swipl command did not work with swipl version 9.0.4, so it is rewritten. Also make sure to install regex lib.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant