Skip to content

Commit 41f75ee

Browse files
committed
Fix bad partial commit
1 parent 5c5c5c3 commit 41f75ee

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

changes/config.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def __init__(self, module_name, dry_run, debug, no_input, requirements,
3434

3535
self.parsed_repo = parse(git('config --get remote.origin.url'.split(' ')))
3636

37-
def project_config(context):
37+
3838
@property
3939
def repo(self):
4040
return self.parsed_repo.repo
@@ -51,6 +51,8 @@ def github(self):
5151
def bitbucket(self):
5252
return self.parsed_repo.bitbucket
5353

54+
55+
def project_config(context):
5456
config = {}
5557
config_path = join(context.module_name, CONFIG_FILE)
5658

0 commit comments

Comments
 (0)