Skip to content

Commit

Permalink
BatchRvtUtil: Scripts: batch_rvt_config.py: fix bug in handling --aud…
Browse files Browse the repository at this point in the history
…it command-line option
  • Loading branch information
DanRumery committed Mar 19, 2019
1 parent f424029 commit e76b579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BatchRvtUtil/Scripts/batch_rvt_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ def ConfigureBatchRvt(commandSettingsData, output):

auditOnOpeningOption = None
if not aborted:
haveAuditOnOpeningOption = CommandLineUtil.HasCommandLineOption(CommandSettings.AUDIT_ON_OPENING_OPTION)
haveAuditOnOpeningOption = CommandLineUtil.HasCommandLineOption(CommandSettings.AUDIT_ON_OPENING_OPTION, False)
if haveAuditOnOpeningOption:
auditOnOpeningOption = haveAuditOnOpeningOption

Expand Down

0 comments on commit e76b579

Please sign in to comment.