bullshit smallassfuckass change
This commit is contained in:
@@ -1,11 +1,11 @@
|
|||||||
#!/usr/bin/env python3
|
#!/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"
|
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
|
Run this Script with Python 3.11 ; 3.9
|
||||||
@@ -568,6 +568,7 @@ def main():
|
|||||||
|
|
||||||
# Print summary of detected projects
|
# Print summary of detected projects
|
||||||
print("\nDetected 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:
|
for info in project_infos:
|
||||||
kotlin_info = "with Kotlin" if info["is_kotlin"] else "Java only"
|
kotlin_info = "with Kotlin" if info["is_kotlin"] else "Java only"
|
||||||
if info["build_system"] == "maven":
|
if info["build_system"] == "maven":
|
||||||
@@ -583,6 +584,6 @@ def main():
|
|||||||
json.dump(project_infos, f, indent=2)
|
json.dump(project_infos, f, indent=2)
|
||||||
print(f"Project information exported to project_info.json")
|
print(f"Project information exported to project_info.json")
|
||||||
|
|
||||||
|
# Run script!
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
main()
|
main()
|
||||||
Reference in New Issue
Block a user