Skip to content

Commit

Permalink
adds more debug output to demo browser
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfgangFahl committed Oct 19, 2022
1 parent 7507bbe commit 3dcaf3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jpcore/demoapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ def check_demo(self):
module_match = re.search(
"justpy/(workspace/)?(examples/.*)[.]py", self.pymodule_file
)
if self.debug:
print(f"found {self.wpfunc_name}:{self.description} in {self.pymodule_file}")
if module_match:
self.pymodule = module_match.group(2)
self.pymodule = self.pymodule.replace("/", ".")
Expand Down

0 comments on commit 3dcaf3e

Please sign in to comment.