You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
eprint(f'\n{Font.warning}* {Font.warning_bold}{key}{Font.warning} should be a parent, but is set as a clone of\n{Font.warning_bold}{assigned_clone}{Font.warning}{Font.end}')
1309
-
eprint(f'\n{Font.warning}This likely isn\'t an issue, and just a side effect of region and language settings.{Font.end}')
1310
-
eprint(f'\n{Font.warning}Titles that have {Font.warning_bold}{key}{Font.warning} as a parent:{Font.end}\n')
1307
+
ifconfig.user_input.verbose:
1308
+
ifconfig.user_input.dev_mode:
1309
+
eprint(f'\n{Font.warning}* {Font.warning_bold}{title.full_name}{Font.warning} should be a parent, but is set as a clone of\n{Font.warning_bold}{assigned_clone}{Font.warning}{Font.end}')
1310
+
eprint(f'\n{Font.warning}This likely isn\'t an issue, and just a side effect of region and language settings.{Font.end}')
1311
+
eprint(f'\n{Font.warning}Titles that have {Font.warning_bold}{title.full_name}{Font.warning} as a parent:{Font.end}\n')
1311
1312
1312
-
forvalueinvalues:
1313
-
eprint(f' {Font.disabled}- {value}{Font.end}')
1313
+
forkey, valuesinparent_clash.items():
1314
+
ifkey==title.full_name:
1315
+
forvalueinvalues:
1316
+
eprint(f' {Font.disabled}- {value}{Font.end}')
1314
1317
1315
-
eprint(f'\n{Font.warning}Removing clone from {Font.warning_bold}{key}{Font.end}\n')
1318
+
eprint(f'\n{Font.warning}Removing clone from {Font.warning_bold}{key}{Font.end}\n')
0 commit comments