Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Require .py extension for identifying scripts in install #1233

Merged
merged 1 commit into from
Feb 22, 2024

Conversation

moralejo
Copy link
Collaborator

Require .py extension for identifying scripts.
Solves "error in setup command: Duplicate element EntryPoint" issue that comes up when executing pip install if the scripts directory contains e.g. an emacs backup file of one of the scripts (lstchain_***.py~)

Require .py extension for identifying scripts.
Solves "error in setup command: Duplicate element EntryPoint" issue that comes up when executing pip install if the scripts directory contains e.g. an emacs backup file of one of the scripts (lstchain_***.py~)
@moralejo moralejo requested a review from morcuended February 22, 2024 13:54
Copy link

codecov bot commented Feb 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (050056a) 72.67% compared to head (0ab5824) 72.67%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1233   +/-   ##
=======================================
  Coverage   72.67%   72.67%           
=======================================
  Files         132      132           
  Lines       13655    13655           
=======================================
  Hits         9924     9924           
  Misses       3731     3731           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@moralejo moralejo merged commit 79e819f into main Feb 22, 2024
9 checks passed
@moralejo moralejo deleted the find_scripts-fix branch February 22, 2024 14:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants