We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6cbbaeb + aac1d22 commit 6a190c0Copy full SHA for 6a190c0
bin/opsspace-test
@@ -9,7 +9,10 @@ fi
9
errorsfound=0
10
11
12
-package=$(dirname $(find * -maxdepth 1 -name __init__.py))
+if [ -z $package ]
13
+then
14
+ package=$(dirname $(find * -maxdepth 1 -name __init__.py))
15
+fi
16
17
# Get the python version
18
# 26 for Python 2.6
cmstoolbox/__init__.py
@@ -2,4 +2,4 @@
2
3
__all__ = []
4
5
-__version__ = '0.11.2'
+__version__ = '0.11.3'
test/requirements.txt
@@ -1,3 +1,4 @@
1
+isort==4.3.5
testfixtures
pylint
coverage
0 commit comments