Skip to content

Commit

Permalink
Merge pull request #35 from dutta-alankar/dev
Browse files Browse the repository at this point in the history
dev to main
  • Loading branch information
dutta-alankar authored Apr 28, 2024
2 parents 6247824 + 7b87f41 commit dbd2759
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lines_of_code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Launch the local action
- name: Count lines of code
uses: shadowmoose/[email protected]
id: badge
with:
debug: true
directory: ./astro_plasma
directory: ./
badge: ./misc/lines_of_code.svg
ignore: cloudy-codes/|example-scripts/requirements/|README
ignore: misc|example-scripts|cloudy-codes|requirements|astro_plasma/data|README.md|codemeta.json|LICENSE|poetry.lock|poetry.toml|tests/sample_spectrum.txt|pyproject.toml

- name: Print the output
run: |
Expand Down
2 changes: 2 additions & 0 deletions astro_plasma/core/download_database.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@


def fetch_list_from_url(link_list_url: str) -> List[str]:
# print(link_list_url)
response = requests.get(link_list_url, stream=True)
# print(response)
links = response.content.decode("utf-8").split("\n")
return links

Expand Down

0 comments on commit dbd2759

Please sign in to comment.