error when jaklis.py is run from absolute path #8

Closed
opened 2020-12-04 15:03:38 +01:00 by qo-op · 1 comment
Member

must cd in ./ directory (~/workspace/astroport/zen/jaklis/)
to be able to run jaklis.py

~/workspace/astroport/zen/jaklis/jaklis.py -h
Traceback (most recent call last):
  File "/home/fred/workspace/astroport/zen/jaklis/jaklis.py", line 15, in <module>
    copyfile(".env.template", ".env")
  File "/usr/lib/python3.6/shutil.py", line 120, in copyfile
    with open(src, 'rb') as fsrc:
FileNotFoundError: [Errno 2] No such file or directory: '.env.template'
must cd in ./ directory (~/workspace/astroport/zen/jaklis/) to be able to run jaklis.py ``` ~/workspace/astroport/zen/jaklis/jaklis.py -h Traceback (most recent call last): File "/home/fred/workspace/astroport/zen/jaklis/jaklis.py", line 15, in <module> copyfile(".env.template", ".env") File "/usr/lib/python3.6/shutil.py", line 120, in copyfile with open(src, 'rb') as fsrc: FileNotFoundError: [Errno 2] No such file or directory: '.env.template' ```
Owner

Fix: 9c406c547

Fix: [9c406c547](https://git.p2p.legal/axiom-team/jaklis/commit/9c406c54762ef7958422a0a63fa2363c7eccdc4c)
poka closed this issue 2020-12-05 03:16:13 +01:00
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: axiom-team/jaklis#8
No description provided.