Skip to content

Commit

Permalink
bug fix for issue: #21.
Browse files Browse the repository at this point in the history
When update splits, url of built-in splits are incorrect.
  • Loading branch information
kissonchan committed May 8, 2020
1 parent 5f3b8cd commit b34e758
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ class SplitDetailsProcessorImpl implements SplitDetailsProcessor {
}
} else {
QigsawLogger.e("Version of split ${splitInfo.splitName} is not changed, use old info!")
return
}
}
}
Expand Down

0 comments on commit b34e758

Please sign in to comment.