FileNotFoundError
Bug #1926618 reported by
Mathilde
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
autoinstall-generator |
Triaged
|
High
|
Unassigned |
Bug Description
I try to use autoinstall-
so i installed the package via snap.
When i. try to use it i enter
autoinstall-
autoinstall-
Traceback (most recent call last):
File "/snap/
sys.
File "/snap/
infile = open(args.inpath, 'r')
FileNotFoundError: [Errno 2] No such file or directory: 'preseed.txt'
Changed in autoinstall-generator: | |
status: | Incomplete → Triaged |
importance: | Undecided → High |
To post a comment you must log in.
I appreciate the feedback, Mathilde.
I attempted to reproduce this issue, and unfortunately I can't see that error.
To be sure, it's a bug if it can't handle a relative path.
If you give it an absolute path to the preseed file, does that help?
In what directory are you running this? $HOME or something under it perhaps?
Anything else you can think of that might help to reproduce the issue?