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!
Sfoglia il codice sorgente

Mini debug

tags/0.92
parent
commit
3e7861b69a
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      focker/compose.py

+ 1
- 0
focker/compose.py Vedi File

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


Loading…
Annulla
Salva