bullshit smallassfuckass change

This commit is contained in:
rattatwinko
2025-05-21 19:26:02 +02:00
parent 21ae48eb23
commit 3cd448d39b

View File

@@ -1,11 +1,11 @@
#!/usr/bin/env python3
"""
POMMER.PY
``` POMMER.PY ```
THIS IS PROPRIETARY SOFTWARE DO NOT DISTRIBUTE TO OUTSIDERS!
!:: THIS IS PROPRIETARY SOFTWARE DO NOT DISTRIBUTE TO OUTSIDERS ::!
This Python File is distributed with every Kotlin Plugin Repository!
This Python File is distributed with every Kotlin / Java Plugin Repository!
If you find this to be confusing to use look at the Documentation in "rattatwinko/pommer"
Run this Script with Python 3.11 ; 3.9
@@ -568,6 +568,7 @@ def main():
# Print summary of detected projects
print("\nDetected projects:")
# What the actuall fuck is going on here? Whoever reads this may God be with you!
for info in project_infos:
kotlin_info = "with Kotlin" if info["is_kotlin"] else "Java only"
if info["build_system"] == "maven":
@@ -583,6 +584,6 @@ def main():
json.dump(project_infos, f, indent=2)
print(f"Project information exported to project_info.json")
# Run script!
if __name__ == "__main__":
main()