Skip to content

Commit a5fd626

Browse files
committed
Add indentation
1 parent a3de42c commit a5fd626

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

switch_model/wecc/get_inputs/get_inputs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -858,9 +858,9 @@ def query_db(full_config, skip_cf):
858858

859859
# Make graphing files
860860
graph_config = os.path.join(os.path.dirname(__file__), "graph_config")
861-
print("graph_tech_colors.csv...")
861+
print("\tgraph_tech_colors.csv...")
862862
shutil.copy(os.path.join(graph_config, "graph_tech_colors.csv"), "graph_tech_colors.csv")
863-
print("graph_tech_types.csv...")
863+
print("\tgraph_tech_types.csv...")
864864
shutil.copy(os.path.join(graph_config, "graph_tech_types.csv"), "graph_tech_types.csv")
865865

866866

0 commit comments

Comments
 (0)