mirror of
https://github.com/emmabostian/developer-portfolios.git
synced 2025-02-28 13:59:40 +00:00
Update script
This commit is contained in:
parent
8eb0495102
commit
a675a568c5
2
.gitignore
vendored
2
.gitignore
vendored
@ -169,4 +169,4 @@ tags
|
|||||||
|
|
||||||
# End of https://www.gitignore.io/api/linux,visualstudiocode,jetbrains+all,sublimetext,vim
|
# End of https://www.gitignore.io/api/linux,visualstudiocode,jetbrains+all,sublimetext,vim
|
||||||
|
|
||||||
src/alphabetical.py
|
./src/alphabetical.py
|
@ -38,7 +38,5 @@ def main():
|
|||||||
with open('README.md', 'w') as file:
|
with open('README.md', 'w') as file:
|
||||||
file.writelines(sorted_lines)
|
file.writelines(sorted_lines)
|
||||||
|
|
||||||
# print(f"Sorted lists under headers at lines: {header_indices}")
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
main()
|
main()
|
||||||
|
Loading…
Reference in New Issue
Block a user