Skip to content

grammar issues and fix blob file explorer#721

Merged
ascobie merged 4 commits intomasterfrom
bugfix/spelling
Sep 25, 2017
Merged

grammar issues and fix blob file explorer#721
ascobie merged 4 commits intomasterfrom
bugfix/spelling

Conversation

@ascobie
Copy link
Member

@ascobie ascobie commented Sep 22, 2017

change a couple of words in notifications
fix the blob file explorer by removing training slash that was messing up the storage prefix.

nodeNavigator.init();

const taskOutputPrefix = `${this.task.id}/`;
const taskOutputPrefix = `${this.task.id}`;
Copy link
Member

Choose a reason for hiding this comment

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

I think we should make the command support having a basePath ending or not with / instead of joining / and then breaking that.

Copy link
Member Author

Choose a reason for hiding this comment

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

agree though i don't think there is any need to have a / here either. given that at the moment the prefix is only used by blob storage queries and the prefix has never ended in a / before. So i suggest we remove it here and also make the command handle having a path segment ending in a /

@ascobie ascobie merged commit f1093aa into master Sep 25, 2017
@ascobie ascobie deleted the bugfix/spelling branch September 25, 2017 01:03
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.

3 participants