Skip to content
This repository has been archived by the owner on Nov 2, 2019. It is now read-only.

Commit

Permalink
Ensure value is set as a placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
oldarmyc committed Oct 8, 2019
1 parent bae00d5 commit e4384db
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion accord/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,10 @@ def __init__(self, args):
self.setup_backup_directory()
self.remove_signal_restore_file()

self.start_deployments = args.start_deployments
# Always setting this to False since the option is not implemented
# self.start_deployments = args.start_deployments
self.start_deployments = False

self.start_username = None
self.start_password = None
self.to_start = []
Expand Down

0 comments on commit e4384db

Please sign in to comment.