Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Wrap apps with the app name #231
Conversation
kyrofa
reviewed
Jan 14, 2016
| + | ||
| + relative_exe_path = 'test_relexepath' | ||
| + with open(os.path.join(snapdir, relative_exe_path), 'w'): | ||
| + pass |
kyrofa
Jan 14, 2016
Member
Is this better than open(os.path.join(snapdir, relative_exe_path), 'w').close()?
sergiusens
Jan 15, 2016
Collaborator
no it's not, I'll fix this in this test and the test I copied from, thanks for spotting this!
|
Small ignorable comment-- looks good to me. |
|
lgtm. |
added a commit
that referenced
this pull request
Jan 15, 2016
sergiusens
merged commit ef201fe
into
snapcore:master
Jan 15, 2016
sergiusens
deleted the
sergiusens:wrapping_for_apps
branch
Jan 15, 2016
pushed a commit
to kalikiana/snapcraft
that referenced
this pull request
Apr 6, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sergiusens commentedJan 14, 2016
We wrap with the app name as the params are now globbed into the
wrapper
LP: #1534150