mirror of
https://github.com/tcsenpai/swingmusic.git
synced 2025-06-06 03:05:35 +00:00
fix --show-feat and --show-prod flags
This commit is contained in:
parent
f5615f4d31
commit
aa54a9bc0c
@ -120,12 +120,12 @@ class HandleArgs:
|
||||
def handle_no_feat():
|
||||
# if ArgsEnum.no_feat in ARGS:
|
||||
if any((a in ARGS for a in ALLARGS.show_feat)):
|
||||
settings.EXTRACT_FEAT = False
|
||||
settings.FromFlags.EXTRACT_FEAT = False
|
||||
|
||||
@staticmethod
|
||||
def handle_remove_prod():
|
||||
if any((a in ARGS for a in ALLARGS.show_prod)):
|
||||
settings.REMOVE_PROD = False
|
||||
settings.FromFlags.REMOVE_PROD = False
|
||||
|
||||
@staticmethod
|
||||
def handle_help():
|
||||
|
Loading…
x
Reference in New Issue
Block a user