Skip to content

Commit

Permalink
Dump contents of dn
Browse files Browse the repository at this point in the history
  • Loading branch information
devcurmudgeon committed Jul 5, 2016
1 parent 6c2dc60 commit 8b6012d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ybd/assembly.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ def get_build_commands(dn):
bs = app.defs.defaults.detect_build_system(files)
if bs == 'manual' and 'install-commands' not in dn:
if dn.get('kind', 'chunk') == 'chunk':
print dn
log(dn, 'No install-commands, manual build-system', exit=True)
log(dn, 'WARNING: Assumed build system is', bs)

Expand Down

0 comments on commit 8b6012d

Please sign in to comment.