mirror of
https://github.com/HendrikRauh/dmx-interface.git
synced 2026-04-07 10:22:21 +00:00
fix(tasks): import Exit exception for error handling in tasks
This commit is contained in:
parent
1502c0b38f
commit
523b285905
1 changed files with 1 additions and 0 deletions
1
tasks.py
1
tasks.py
|
|
@ -1,4 +1,5 @@
|
||||||
from invoke import task
|
from invoke import task
|
||||||
|
from invoke.exceptions import Exit
|
||||||
import os
|
import os
|
||||||
import shutil
|
import shutil
|
||||||
import subprocess
|
import subprocess
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue