Skip to content

deleted unnecessary slash from get_project_parameters that was causin…#58

Merged
srautiai merged 2 commits into
bitbar:develfrom
sagge:master
Jan 24, 2017
Merged

deleted unnecessary slash from get_project_parameters that was causin…#58
srautiai merged 2 commits into
bitbar:develfrom
sagge:master

Conversation

@sagge
Copy link
Copy Markdown

@sagge sagge commented Jan 18, 2017

…g problems with enterprice installations.

Sakari Pesonen added 2 commits January 18, 2017 12:05
Comment thread setup.py Outdated


version = '2.6.3'
version = '2.6.4'
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

No need to bump up version. Devel branch get new version it is ready be merged into master

Comment thread testdroid/__init__.py
"""
def get_project_parameters(self, project_id):
path = "/me/projects/%s/config/parameters" % ( project_id )
path = "me/projects/%s/config/parameters" % ( project_id )
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

There is also other methods which are using self.get with forward flash as 1st letter. We should change all at the same time

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Fixed this to the second commit

@srautiai srautiai merged commit ca8f1fb into bitbar:devel Jan 24, 2017
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.

2 participants