Skip to content

Commit

Permalink
First commit for issue projectsyn#63
Browse files Browse the repository at this point in the history
  • Loading branch information
Dai Boruta committed Jul 31, 2020
1 parent ce43022 commit abc39c7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions commodore/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ def __init__(self, api_url=None, api_token=None, global_git=None, verbose=False,
self._components = {}
self._config_repos = {}
self._verbose = verbose

self.username = None
self.usermail = None
if(username is not None and usermail is not None):
self.username = username
self.usermail = usermail

self.username = username
self.usermail = usermail
Expand Down

0 comments on commit abc39c7

Please sign in to comment.