anaconda / nb_conda

Conda environment and package access extension from within Jupyter
BSD 3-Clause "New" or "Revised" License
140 stars 32 forks source link

Fix missing re.match() argument #72

Open tikenn opened 6 years ago

tikenn commented 6 years ago

re.match requires 2 arguments 1) the regex to perform the match 2) the string to match against