Skip to content

Commit

Permalink
gnuradio root category
Browse files Browse the repository at this point in the history
  • Loading branch information
guruofquality committed Jun 17, 2017
1 parent 0730157 commit 551b867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GrPothosUtil.py
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ def getBlockInfo(className, classInfo, cppHeader, blockData, key_to_categories):
if not categories: warning("Not block categories found: %s", className)
categories = [c if c.startswith('/') else ('/'+c) for c in categories]
#remove leading [Core] category name
categories = [c.replace('[Core]/', '') for c in categories]
categories = [c.replace('[Core]', 'GNURadio') for c in categories]

factoryInfo = dict(
namespace=classInfo['namespace'],
Expand Down

0 comments on commit 551b867

Please sign in to comment.