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 2bbba96 commit eb582f7Copy full SHA for eb582f7
1 file changed
github_scripts/rose_stem_extract_source.py
@@ -45,7 +45,7 @@ def main() -> None:
45
46
print(
47
f"Extracting {dependency} at time {datetime.now()} "
48
- f"using source {dependency["source"]} and ref {dependency["ref"]}"
+ f"using source {dependency['source']} and ref {dependency['ref']}"
49
)
50
51
loc = clone_loc / dependency
0 commit comments