Skip to content

Commit

Permalink
clean-outputFolderUri
Browse files Browse the repository at this point in the history
regnerate

regen (#1133)

add custom pylint plugin to pylint checks (#1145)

add inconsistent-return-statements ignore to operations returning none (#1144)

avoid name clashes between url, header, and query params (#1143)

fix send_request typing (#1146)

make msrest thirdparty import (#1147)

Update ChangeLog.md

rename llc -> dpg (#1151)

actually use custom pylint checker (#1150)

add code model as an attr on JinjaSerializer (#1155)

add tests for paging double filter, skip for version tolerant since changing behavior in another pr (#1156)

regenerate

Fabric Bot Configuration

The focus of these changes is to add the Fabric Bot rules into the repository.

checkout-autorestv3
  • Loading branch information
changlong-liu authored and Changlong Liu committed Feb 19, 2022
1 parent 16e330e commit 6e0d4da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions autorest/black/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ def __init__(self, autorestapi):
output_folder_uri = self._autorestapi.get_value("outputFolderUri")
if output_folder_uri.startswith("file:"):
output_folder_uri = output_folder_uri[5:]
if output_folder_uri.startswith("///"):
output_folder_uri = output_folder_uri[3:]
self.output_folder = Path(output_folder_uri)

def process(self) -> bool:
Expand Down

0 comments on commit 6e0d4da

Please sign in to comment.