We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3de42c commit a5fd626Copy full SHA for a5fd626
switch_model/wecc/get_inputs/get_inputs.py
@@ -858,9 +858,9 @@ def query_db(full_config, skip_cf):
858
859
# Make graphing files
860
graph_config = os.path.join(os.path.dirname(__file__), "graph_config")
861
- print("graph_tech_colors.csv...")
+ print("\tgraph_tech_colors.csv...")
862
shutil.copy(os.path.join(graph_config, "graph_tech_colors.csv"), "graph_tech_colors.csv")
863
- print("graph_tech_types.csv...")
+ print("\tgraph_tech_types.csv...")
864
shutil.copy(os.path.join(graph_config, "graph_tech_types.csv"), "graph_tech_types.csv")
865
866
0 commit comments