fix run_rendercv.py

This commit is contained in:
Sina Atalay 2023-11-17 16:27:10 +01:00
parent 4d71e72ee6
commit 9e1372cb58
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ from rendercv.__main__ import render
from rendercv.data_model import generate_json_schema from rendercv.data_model import generate_json_schema
import os import os
input_file_path = "SinaAtalay_CV.yaml" input_file_path = "John_Doe_CV.yaml"
render(input_file_path) # type: ignore render(input_file_path) # type: ignore
# This script is equivalent to running the following command in the terminal: # This script is equivalent to running the following command in the terminal: