Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing exports/ directory #2

Open
brianjmurrell opened this issue Apr 8, 2022 · 0 comments
Open

Missing exports/ directory #2

brianjmurrell opened this issue Apr 8, 2022 · 0 comments

Comments

@brianjmurrell
Copy link

When running for the first time, it seems that an exports/ directory needs to exist:

Traceback (most recent call last):
  File "/net/server/src/gpx2fit/fitexport/main.py", line 87, in <module>
    main()
  File "/net/server/src/gpx2fit/fitexport/main.py", line 63, in main
    saveJSON("dataSources", data_sources)
  File "/net/server/src/gpx2fit/fitexport/main.py", line 29, in saveJSON
    with open(full_name, 'w') as outfile:
FileNotFoundError: [Errno 2] No such file or directory: '.../exports/dataSources-1649423981.json'

Should the app create that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant