clan-vm-manager: Fix regression
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
import logging
|
||||
import sys
|
||||
|
||||
# Remove working directory from sys.path
|
||||
if "" in sys.path:
|
||||
sys.path.remove("")
|
||||
|
||||
from clan_cli.profiler import profile
|
||||
|
||||
from clan_app.app import MainApplication
|
||||
|
||||
Reference in New Issue
Block a user