Skip to content

Commit

Permalink
Fix incorrect indent
Browse files Browse the repository at this point in the history
  • Loading branch information
GarethCabournDavies committed Jul 17, 2023
1 parent 8d77462 commit 1a83728
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pycbc/workflow/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -493,8 +493,7 @@ def update_current_retention_level(self, value):
'all_triggers' : 2,
'merged_triggers' : 3,
'results' : 4
}

}
try:
self.global_retention_threshold = \
retention_choices[global_retention_level]
Expand Down

0 comments on commit 1a83728

Please sign in to comment.