Skip to content

Commit

Permalink
reverted openapi_filename
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutshkumr committed Feb 3, 2021
1 parent 3ddc4fd commit fbcdc8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.31
0.1.32
2 changes: 1 addition & 1 deletion snappi/snappigenerator.py
Original file line number Diff line number Diff line change
Expand Up @@ -1092,6 +1092,6 @@ def _get_inline_ref(self, base_dir, filename, inline_key):


if __name__ == '__main__':
openapi_filename = 'openapi.yaml'
openapi_filename = None
# openapi_filename = os.path.normpath('../../models/openapi.yaml')
SnappiGenerator(dependencies=False, openapi_filename=openapi_filename)

0 comments on commit fbcdc8d

Please sign in to comment.