Skip to content

Commit

Permalink
Set project name to empty beforehand
Browse files Browse the repository at this point in the history
Signed-off-by: Felipe Martinez <[email protected]>
  • Loading branch information
pipe01 committed Jul 24, 2019
1 parent 49e13a7 commit ea77a3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compose/config/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,7 @@ def load(config_details, compatibility=False, interpolate=True):
config_details.config_files, 'get_configs', 'Config', config_details.working_dir
)

project_name = ''
for config_file in config_details.config_files:
name = config_file.get_project_name()
if name:
Expand Down

0 comments on commit ea77a3e

Please sign in to comment.