Fix htmldocck
function
This commit is contained in:
parent
d594c9ceea
commit
61d4f5c53b
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ pub fn python_command() -> Command {
|
|||
|
||||
pub fn htmldocck() -> Command {
|
||||
let mut python = python_command();
|
||||
python.arg(source_path().join("/src/etc/htmldocck.py"));
|
||||
python.arg(source_path().join("src/etc/htmldocck.py"));
|
||||
python
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue