Skip to content

Commit

Permalink
chore: posix compliance
Browse files Browse the repository at this point in the history
  • Loading branch information
gampnico committed Nov 25, 2024
1 parent 2136861 commit f279cf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cosipy/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,4 +253,4 @@ def main():
if __name__ == "__main__":
main()
else:
main()
main()
2 changes: 1 addition & 1 deletion cosipy/utilities/aws2cosipy/aws2cosipy.py
Original file line number Diff line number Diff line change
Expand Up @@ -1049,4 +1049,4 @@ def main():


if __name__ == "__main__":
main()
main()

0 comments on commit f279cf5

Please sign in to comment.