Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
finam
Manage
Activity
Members
Labels
Plan
Issues
31
Issue boards
Milestones
Code
Merge requests
3
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FINAM
finam
Commits
b5c5f9b1
Commit
b5c5f9b1
authored
2 years ago
by
Martin Lange
Browse files
Options
Downloads
Patches
Plain Diff
simplify dead links check - only one direction required
parent
7f3b006f
No related branches found
No related tags found
1 merge request
!112
Check for dead/idle links
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/finam/schedule.py
+0
-7
0 additions, 7 deletions
src/finam/schedule.py
with
0 additions
and
7 deletions
src/finam/schedule.py
+
0
−
7
View file @
b5c5f9b1
...
...
@@ -297,13 +297,6 @@ class Composition(Loggable):
if
item
.
needs_push
:
any_pos
=
True
any_pos
=
False
for
item
in
reversed
(
chain
):
if
any_pos
and
item
.
needs_push
:
self
.
_log_dead_link
(
module
,
chain
)
if
item
.
needs_pull
:
any_pos
=
True
def
_log_dead_link
(
self
,
module
,
chain
):
with
ErrorLogger
(
module
.
logger
if
loggable
(
module
)
else
self
.
logger
):
raise
ValueError
(
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment