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

Add formats to help for command line #1056

Closed
wants to merge 4 commits into from

Conversation

fubuloubu
Copy link
Member

No description provided.

bin/vyper Outdated
sys.tracebacklimit = 0
tb_limit = os.environ.get('VYPER_TRACEBACK_LIMIT')
if tb_limit:
sys.tracebacklimit = int(tb_limit)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Considering these are used in a global scope, I think having them outside main might make sense?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure. This script is not meant to be used as a library right?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Correct, these are all related to CLI usage ;)

@jacqueswww
Copy link
Contributor

Closing this as discussed, busy with the updated one of this ;)

@jacqueswww jacqueswww closed this Nov 18, 2018
@fubuloubu fubuloubu deleted the fubuloubu-display-formats branch November 19, 2018 04:26
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

Successfully merging this pull request may close these issues.

None yet

2 participants