Unverified Commit 8664946d authored by Kevin Wang's avatar Kevin Wang Committed by GitHub
Browse files

print info copy-paste error (#133)

parent 7cbfe2ea
...@@ -47,7 +47,7 @@ def destroy_workspace(_path: str): ...@@ -47,7 +47,7 @@ def destroy_workspace(_path: str):
print(f'destroy workspace in directory {_path}') print(f'destroy workspace in directory {_path}')
return True return True
except Exception as e: except Exception as e:
print(f'create workspace in {_path} failed: {e}') print(f'destroy workspace in {_path} failed: {e}')
return False return False
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment