Remove \t tab to avoid failure in testmodule.py

main
Aurélien Gâteau 11 years ago
parent 7cdfc38766
commit 35d2a10177

@ -5,5 +5,5 @@ type: "job"
name: "mount" name: "mount"
interface: "python" interface: "python"
requires: [] requires: []
script: "main.py" #assumed relative to the current directory script: "main.py"
configuration: configuration:

Loading…
Cancel
Save