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 8b0d2f2 commit cfcb026Copy full SHA for cfcb026
remote_control/.gitmastery-exercise.json
@@ -6,7 +6,7 @@
6
"base_files": {},
7
"exercise_repo": {
8
"repo_type": "local",
9
- "repo_name": "deleted",
+ "repo_name": "ignore-me",
10
"init": false,
11
"create_fork": null,
12
"repo_title": null
remote_control/download.py
@@ -2,8 +2,4 @@
2
import shutil
3
4
5
-def setup(verbose: bool = False):
- # TODO: Resolve this bug where the assert doesn't happen but the folder still exists
- os.chdir("..")
- shutil.rmtree(f"{os.getcwd()}/deleted", ignore_errors=False)
- assert not os.path.exists("deleted"), "Still exists after rmtree!"
+def setup(verbose: bool = False): ...
0 commit comments