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 03accf8 commit 77f8a38Copy full SHA for 77f8a38
src/posit/connect/jobs.py
@@ -301,5 +301,5 @@ def __init__(self, ctx, path, /, **kwargs):
301
**attributes : dict
302
Resource attributes passed
303
"""
304
- super().__init__(ctx, path, "", **kwargs)
+ super().__init__(ctx, path, **kwargs)
305
self.jobs = Jobs(ctx, self._path)
0 commit comments