mirror of https://github.com/eyhc1/rendercv.git
fix run_rendercv.py
This commit is contained in:
parent
4d71e72ee6
commit
9e1372cb58
|
@ -2,7 +2,7 @@ from rendercv.__main__ import render
|
|||
from rendercv.data_model import generate_json_schema
|
||||
import os
|
||||
|
||||
input_file_path = "SinaAtalay_CV.yaml"
|
||||
input_file_path = "John_Doe_CV.yaml"
|
||||
render(input_file_path) # type: ignore
|
||||
|
||||
# This script is equivalent to running the following command in the terminal:
|
||||
|
|
Loading…
Reference in New Issue