mirror of
https://github.com/astral-sh/setup-uv.git
synced 2025-05-17 14:44:46 +00:00
Fallback if toml file parsing failed (#246)
This commit is contained in:
parent
b5f58b2abc
commit
14dc0be27c
7 changed files with 45 additions and 2 deletions
|
@ -0,0 +1,6 @@
|
|||
def main():
|
||||
print("Hello from malformed-pyproject-toml-project!")
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
Loading…
Add table
Add a link
Reference in a new issue