Skip to content

Commit

Permalink
Adds slack badge
Browse files Browse the repository at this point in the history
Minor fix to workflow parser error message.
  • Loading branch information
ivotron committed Apr 23, 2020
1 parent 2f6b258 commit 64bd2ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
[![Downloads Per Week](https://pepy.tech/badge/popper/week)](https://pepy.tech/project/popper)
[![Build Status](https://travis-ci.org/systemslab/popper.svg?branch=master)](https://travis-ci.org/systemslab/popper)
[![codecov](https://codecov.io/gh/systemslab/popper/branch/master/graph/badge.svg)](https://codecov.io/gh/systemslab/popper)
[![Join the chat at https://gitter.im/systemslab/popper](https://badges.gitter.im/systemslab/popper.svg)](https://gitter.im/falsifiable-us/popper?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![PyPI version](https://badge.fury.io/py/popper.svg)](https://badge.fury.io/py/popper)
[![GitHub license](https://img.shields.io/github/license/systemslab/popper.svg)](https://github.com/systemslab/popper/blob/master/LICENSE)
[![Join the chat at https://gitter.im/systemslab/popper](https://badges.gitter.im/systemslab/popper.svg)](https://gitter.im/falsifiable-us/popper?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![slack](https://img.shields.io/badge/slack-getpopper.io-C03C20.svg?logo=slack)](https://join.slack.com/t/getpopper/shared_invite/zt-dtn0se2s-c50myMHNpeoikQXDeNbPew)

Popper is a tool for defining and executing [container-native][cn]
workflows in Docker, as well as [other container engines][engines].
Expand Down
2 changes: 1 addition & 1 deletion cli/popper/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ def parse_substitutions(self, substitutions=None, allow_loose=False):
wf_block['env'] = temp_dict

if not allow_loose and len(substitution_dict) != len(used):
log.fail("Not all given substitutions are used in"
log.fail("Not all given substitutions are used in "
"the workflow file")

@staticmethod
Expand Down

0 comments on commit 64bd2ec

Please sign in to comment.