Skip to content

Commit

Permalink
Temporarily disable filter generation.
Browse files Browse the repository at this point in the history
The generated filter will raise an exception when the filters are loaded
first (for example when opening the dTa! preferences).
  • Loading branch information
poke committed May 21, 2012
1 parent aa2a6bc commit 58cb117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build_plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@

print('Writing merged filters.')
with open('../defaults/preferences/filters.js', 'w') as f:
f.write('pref("extensions.dta.filters.deffilter-ac.test", "/{0}/i");'.format(filters))
f.write('pref("extensions.dta.filters.deffilter-ac.test", "");'.format(filters))

0 comments on commit 58cb117

Please sign in to comment.