1
0
mirror of https://github.com/ARM-software/devlib.git synced 2025-01-31 02:00:45 +00:00

Merge pull request #96 from bjackman/devlib-error-name

DevlibError: Fix project name in docstring
This commit is contained in:
setrofim 2017-03-02 14:04:05 +00:00 committed by GitHub
commit a068fb9b5b

View File

@ -15,7 +15,7 @@
class DevlibError(Exception):
"""Base class for all Workload Automation exceptions."""
"""Base class for all Devlib exceptions."""
pass