fixed logfile creation issue
This commit is contained in:
@ -61,17 +61,17 @@
|
||||
in ''
|
||||
${
|
||||
if builtins.elem "pytest" dev && !skipCheck
|
||||
then "pytest src tests"
|
||||
then "pytest tests"
|
||||
else ""
|
||||
}
|
||||
${
|
||||
if builtins.elem "mypy" dev && !skipCheck
|
||||
then "mypy src tests"
|
||||
then "mypy src"
|
||||
else ""
|
||||
}
|
||||
${
|
||||
if builtins.elem "pylint" dev && !skipCheck
|
||||
then "pylint src tests"
|
||||
then "pylint src"
|
||||
else ""
|
||||
}
|
||||
'';
|
||||
|
Reference in New Issue
Block a user