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 1036e13 commit ec235c6Copy full SHA for ec235c6
tasks.py
@@ -86,8 +86,6 @@ def add_paths():
86
def readme(c):
87
print(os.walk(os.getcwd()))
88
add_paths()
89
- print(get_primitives_paths())
90
- print(get_pipelines_paths())
91
test_path = Path('tests/readme_test')
92
if test_path.exists() and test_path.is_dir():
93
shutil.rmtree(test_path)
0 commit comments