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

elm-ios.py should not stacktrace when no input files are given #2

Open
davecahill opened this issue Dec 9, 2017 · 0 comments
Open

Comments

@davecahill
Copy link

When run without arguments, elm-ios.py outputs:

./elm-ios/elm-ios.py
Success! Compiled 0 modules.
Traceback (most recent call last):
  File "../elm-ios/elm-ios.py", line 177, in <module>
    main()
  File "../elm-ios/elm-ios.py", line 158, in main
    join_path(BUILD_DIR, TEMPLATE_NAME, COMPILED_ELM_FNAME))
OSError: [Errno 2] No such file or directory

It would be neater if we didn't stacktrace and told the user what was happening. I'll submit a pull req.

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