Skip to content

Commit

Permalink
Merge pull request smirarab#37 from sjanssen2/patch-2
Browse files Browse the repository at this point in the history
fix identation issue
  • Loading branch information
smirarab committed Jun 20, 2018
2 parents b5f5c93 + 8d516eb commit 4525121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sepp/algorithm.py
Expand Up @@ -259,7 +259,7 @@ def read_and_divide_fragments(self, chunks, extra_frags = {}):
"ut fragments and re-start. Duplicate names are:\n '%s'") %
(len(ids_overlap), "'\n '".join(ids_overlap)))

for (k,v) in extra_frags.items():
for (k,v) in extra_frags.items():
self.root_problem.fragments[k] = v.replace("-","")
alg_chunks = self.root_problem.fragments.divide_to_equal_chunks(chunks, max_chunk_size)
ret = []
Expand Down

0 comments on commit 4525121

Please sign in to comment.