Skip to content

Commit 59d6457

Browse files
committed
bug: Fix missing exception
1 parent 2efc565 commit 59d6457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tmuxp/workspace/builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ def __init__(self, sconf, plugins=[], server=None):
156156
"""
157157

158158
if not sconf:
159-
raise exc.EmptyConfigException("session configuration is empty.")
159+
raise exc.EmptyWorkspaceException("session configuration is empty.")
160160

161161
# validation.validate_schema(sconf)
162162

0 commit comments

Comments
 (0)