Skip to content

Commit

Permalink
Merge pull request #7 from Senzing/issue-3.dockter.1
Browse files Browse the repository at this point in the history
Shipped with SenzingAPI 1.3.1
  • Loading branch information
docktermj authored May 29, 2021
2 parents 0fef66a + 27e2493 commit a3ea518
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
[markdownlint](https://dlaa.me/markdownlint/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.2.1] - 2018-10-09

### Changed in 1.2.1

- Shipped with SenzingAPI 1.3.1

## [1.2.0] - 2018-10-02

### Added to 1.2.0
Expand Down
2 changes: 1 addition & 1 deletion G2Loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ def loadProject():
else:
transportThreadCount = defaultThreadCount

threadList, workQueue = startLoaderProcessAndThreads(defaultThreadCount)
threadList, workQueue = startLoaderProcessAndThreads(transportThreadCount)
if threadStop.value != 0:
return exitCode

Expand Down

0 comments on commit a3ea518

Please sign in to comment.