Skip to content

Commit 6a190c0

Browse files
author
Daniel Abercrombie
authored
Merge pull request #71 from dabercro/v011
V011
2 parents 6cbbaeb + aac1d22 commit 6a190c0

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

bin/opsspace-test

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ fi
99
errorsfound=0
1010

1111

12-
package=$(dirname $(find * -maxdepth 1 -name __init__.py))
12+
if [ -z $package ]
13+
then
14+
package=$(dirname $(find * -maxdepth 1 -name __init__.py))
15+
fi
1316

1417
# Get the python version
1518
# 26 for Python 2.6

cmstoolbox/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
__all__ = []
44

5-
__version__ = '0.11.2'
5+
__version__ = '0.11.3'

test/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
isort==4.3.5
12
testfixtures
23
pylint
34
coverage

0 commit comments

Comments
 (0)