Skip to content

Commit

Permalink
Fixed over-indent
Browse files Browse the repository at this point in the history
  • Loading branch information
maxtrevor committed Aug 29, 2023
1 parent d4e5167 commit 3cccb1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycbc/workflow/segment.py
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ def get_flag_segments_file(workflow, name, option_name, out_dir, tags=None):

source = "any"
if cp.has_option_tags("workflow-segments", "segments-source", tags):
source = cp.get_opt_tags("workflow-segments", "segments-source", tags)
source = cp.get_opt_tags("workflow-segments", "segments-source", tags)
if source == "file":
local_file_path = \
resolve_url(cp.get_opt_tags("workflow-segments",
Expand Down

0 comments on commit 3cccb1d

Please sign in to comment.