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

adding in console to use dev shell #437

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

minshallj
Copy link
Contributor

No description provided.

Copy link
Member

@FuriousJulius FuriousJulius left a comment

Choose a reason for hiding this comment

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

Looks good, some small changes requested.


./scripts/init_workspace

[ -e ../appctl/appctl ] && ./scripts/init_workspace -x ${PWD}/../appctl/appctl
Copy link
Member

Choose a reason for hiding this comment

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

Maybe a comment here?

@@ -0,0 +1,24 @@
#!/usr/bin/env bash
Copy link
Member

Choose a reason for hiding this comment

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

Maybe we should use a set -e ?

@@ -37,7 +37,7 @@ def parse_config():
"""
config_file = 'scripts/init.cfg'
if not os.path.exists(config_file):
print 'WARNING, no %s found, using possibly outdated configuration' % config_file
print('WARNING, no %s found, using possibly outdated configuration' % config_file)
Copy link
Member

Choose a reason for hiding this comment

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

Single or double quotes?

Copy link

@msjohns1 msjohns1 left a comment

Choose a reason for hiding this comment

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

Overall looks good.

Comment on lines 1 to 5
#!/usr/bin/env bash

./scripts/init_workspace

[ -e ../appctl/appctl ] && ./scripts/init_workspace -x ${PWD}/../appctl/appctl

Choose a reason for hiding this comment

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

Are we sure that we know what directory we're in to execute?

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

3 participants