We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3086745 commit d72e1ddCopy full SHA for d72e1dd
hands_on/add_remote.py
@@ -22,10 +22,7 @@ def download(verbose: bool):
22
""",
23
)
24
add(["fruits.txt"], verbose)
25
- append_to_file("fruits.txt", """
26
- figs
27
- """,
28
- )
+ append_to_file("fruits.txt", "figs")
29
30
commit("Insert figs into fruits.txt", verbose)
31
create_or_update_file("colours.txt", """
0 commit comments