Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5c36302

Browse filesBrowse files
committed
wip
1 parent ae99766 commit 5c36302
Copy full SHA for 5c36302

File tree

Expand file treeCollapse file tree

1 file changed

+3
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-1
lines changed

‎pov.py

Copy file name to clipboardExpand all lines: pov.py
+3-1Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,9 @@ def pov():
8989
with hd.hbox(font_size=4, justify="space-around"):
9090
hd.spinner(speed="5s", track_width=0.5)
9191
hd.markdown(" ") # hack to add some space
92-
hd.markdown("This can take a couple of minutes.")
92+
hd.markdown(
93+
"This can take a couple of minutes, depending on the size of your program."
94+
)
9395

9496
if dap_task.error:
9597
hd.markdown("`Error collecting variables`")

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.