IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an email to s dot adaszewski at gmail dot com. User accounts are meant only to report issues and/or generate pull requests. This is a purpose-specific Git hosting for ADARED projects. Thank you for your understanding!
소스 검색

Mini debug

tags/0.92
부모
커밋
3e7861b69a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      focker/compose.py

+ 1
- 0
focker/compose.py 파일 보기

@@ -81,6 +81,7 @@ def command_compose_build(args):
if not os.path.exists(args.filename):
raise ValueError('File not found: ' + args.filename)
path, _ = os.path.split(args.filename)
print('path:', path)
with open(args.filename, 'r') as f:
spec = yaml.safe_load(f)
if 'volumes' in spec:


불러오는 중...
취소
저장