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 800130c commit b46c382Copy full SHA for b46c382
1 file changed
github_scripts/rose_stem_extract_source.py
@@ -21,7 +21,6 @@
21
def main() -> None:
22
23
clone_loc = Path(os.environ["SOURCE_DIRECTORY"])
24
- clone_loc.mkdir(parents=True)
25
26
dependencies: Dict = literal_eval(os.environ["DEPENDENCIES"])
27
0 commit comments