Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Abbe98 committed Oct 7, 2017
1 parent 0e8b6b1 commit 01bdd16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bbr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def get_full_uri_from_local_id(local_id):
type_bad = 'raa/bbr/' + local_id
type_b = 'raa/bbrb/' + local_id
type_a = 'raa/bbra/' + local_id
type_m + 'raa/bbrm/' + local_id
type_m = 'raa/bbrm/' + local_id

if local_id.startswith('214'):
if validate_uri(type_b):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from setuptools import setup
version = '0.0.2'
version = '0.0.3'
repo = 'bbr-py'

setup(
Expand Down

0 comments on commit 01bdd16

Please sign in to comment.