Skip to content

Commit

Permalink
Merge staging into main
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-muthwill committed Nov 15, 2021
2 parents 8021532 + e2ff4f7 commit a2009b6
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion powerapps_docstring/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def get_connections(self) -> dict:
return connections

def _get_screen_content(self, screen_name):
screen_path = os.path.join(self.source_path, "src", screen_name)
screen_path = os.path.join(self.source_path, "Src", screen_name)
screen_content = {}

with open(screen_path, "r", encoding='utf8') as file:
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
mdutils
pyyaml
pyyaml
pytest

0 comments on commit a2009b6

Please sign in to comment.