-
Notifications
You must be signed in to change notification settings - Fork 130
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
web/bin/tagline.pl throws an error if a user defined data dir is used #27
Comments
Add a conditional check for the file 1100tags.txt. If it doesn't exist in the user defined data directory, then default to the Pgm_root/data directory.
Idem, could you please create a pull request for this commit too? Eases the integration in the main code. Thanks, |
Yes, I will create requests later today. I am trying to patch up bugs as I On Thu, Dec 20, 2012 at 11:18 AM, Lieven Hollevoet <[email protected]
|
Cool Kevin, thanks! Lieven. Op 20-dec.-2012, om 20:19 heeft krkeegan [email protected] het volgende geschreven:
|
Add a conditional check for the file 1100tags.txt. If it doesn't exist in the user defined data directory, then default to the Pgm_root/data directory.
The recommended setup for MH is to have a user defined data_dir. However, tagline.pl looks for file data/remarks/1100tags.txt in the user defined directory, but never looks in the Pgm_Root/Data directory.
A stupid bug, likely in a little used feature, but it should be fixed since users may see a visible error in the output.
The text was updated successfully, but these errors were encountered: