add binary target in pyproject
This commit is contained in:
@@ -92,10 +92,13 @@ subparsers = parser.add_subparsers(title='subcommand actions')
|
||||
add_set_subparser(subparsers)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
def main():
|
||||
args = parser.parse_args()
|
||||
|
||||
if 'func' in args:
|
||||
args.func(args)
|
||||
else:
|
||||
parser.print_help()
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
||||
@@ -345,8 +345,6 @@ class ConfigManager:
|
||||
|
||||
group_matches[fkey] = list(match_dict.values())
|
||||
|
||||
print(group_matches)
|
||||
|
||||
# first handle scheme maps; matching palette files should already be found in the
|
||||
# regular group matching process
|
||||
palette_dict = self._stack_toml(group_matches.get('palette', []))
|
||||
|
||||
Reference in New Issue
Block a user