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 2.0.0
  • Loading branch information
docktermj authored Jun 6, 2021
2 parents 5584915 + 203c632 commit b898a59
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
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.0] - 2020-07-16

### Added to 1.2.0

- Shipped with SenzingAPI 2.0.0

## [1.1.0] - 2020-04-20

### Added to 1.1.0
Expand Down
2 changes: 2 additions & 0 deletions G2SetupConfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@ def setupConfig(iniFileName,autoMode):
if ini_file_name == '':
ini_file_name = G2Paths.get_G2Module_ini_path()

G2Paths.check_file_exists_and_readable(ini_file_name)

autoMode = args.auto == True

exitCode = setupConfig(ini_file_name,autoMode)
Expand Down

0 comments on commit b898a59

Please sign in to comment.