Get Print\ Classes.py to print language name in dictionary name
This commit is contained in:
parent
983bd3ceb9
commit
1648833f18
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ def main():
|
|||
if class_definitions:
|
||||
class_colors = parse_class_definitions(class_definitions)
|
||||
print("# Define colors for different classes (modify as needed)")
|
||||
print("class_colors = {")
|
||||
print(f"class_colors_{language} = {{")
|
||||
for class_name, color in class_colors.items():
|
||||
print(f" \"{class_name}\": \"{color}\",")
|
||||
print("}")
|
||||
|
|
Reference in a new issue