hyperledger / hyperledger/fabric-sdk-py

configtx.yaml not being created

Open
#190 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
416
Forks
203
PR merge metrics
No merged PRs in 30d

Description

```
Import orderers = dict_keys(['orderer.example.com'])
Import peers = dict_keys(['peer0.org1.example.com', 'peer1.org1.example.com', 'peer0.org2.example.com', 'peer1.org2.example.com'])
FABRIC_CFG_PATH set to /home/antony/abe/fabric-sdk-py/test/fixtures/e2e_cli/
Configtx file successfully created in current directory
```
Says configtx.yaml is created in the current directory but doesnt exist

``
FileNotFoundError: [Errno 2] No such file or directory: '/home/antony/abe/fabric-sdk-py/./configtx.yaml'
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.