Fix htmldocck
function
This commit is contained in:
parent
d594c9ceea
commit
61d4f5c53b
@ -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…
x
Reference in New Issue
Block a user