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

make plugin with scriptfiles but not charsets does not exclude charsets (windows only) #317

Open
GoogleCodeExporter opened this issue Mar 29, 2016 · 2 comments

Comments

@GoogleCodeExporter
Copy link

In plugout_files() the constant u'usersys/charsets' is used.
On windows this needs to be u'usersys\\charsets' or else 
files2return.index(charset) always fails and the charset files are always 
included in the plugin.

Solution is to use os.path.join(u'usersys',u'charsets')

(note: attached pluglib.py contains other changes too; plugin filtering, key 
fields first in botsindex)

Original issue reported on code.google.com by mjg1964 on 12 Feb 2015 at 11:26

Attachments:

@GoogleCodeExporter
Copy link
Author

Original comment by mjg1964 on 13 Feb 2015 at 3:54

  • Added labels: Version3.2
  • Removed labels: Version3.2.0

@GoogleCodeExporter
Copy link
Author

Original comment by [email protected] on 25 Mar 2015 at 6:41

  • Added labels: version3.3
  • Removed labels: Version3.2

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

No branches or pull requests

1 participant