Skip to content

Commit f4f7d7a

Browse files
tnkenJohnVillalovos
authored andcommitted
fix(api): allow configuration of keep_base_url from file
1 parent 01d4194 commit f4f7d7a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gitlab/client.py

+1
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,7 @@ def from_config(
303303
order_by=config.order_by,
304304
user_agent=config.user_agent,
305305
retry_transient_errors=config.retry_transient_errors,
306+
keep_base_url=config.keep_base_url,
306307
**kwargs,
307308
)
308309

0 commit comments

Comments
 (0)