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 3740d6f commit 30800e1Copy full SHA for 30800e1
python-bindings/overview_article/tasks.py
@@ -29,12 +29,11 @@ def clean(c):
29
):
30
for file in glob.glob(file_pattern):
31
os.remove(file)
32
- for dir_pattern in (
33
- "Release"
34
- ):
+ for dir_pattern in "Release":
35
for dir in glob.glob(dir_pattern):
36
shutil.rmtree(dir)
37
+
38
def print_banner(msg):
39
print("==================================================")
40
print("= {} ".format(msg))
0 commit comments