We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70709a2 commit 1f6f3a7Copy full SHA for 1f6f3a7
jote/compose.py
@@ -89,7 +89,7 @@ def __init__(self, collection: str,
89
self._project_directory: str = project_directory
90
self._working_directory: str = working_directory
91
self._command: str = command
92
- self._user_id: int = user_id
+ self._user_id: Optional[int] = user_id
93
94
def get_test_path(self) -> str:
95
"""Returns the path to the root directory for a given test.
0 commit comments