Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
8f5d99ab
Commit
8f5d99ab
authored
Jan 28, 2013
by
Christos Stavrakakis
Browse files
Grammar fix
parent
434dd396
Changes
2
Show whitespace changes
Inline
Side-by-side
snf-common/synnefo/util/version.py
View file @
8f5d99ab
...
...
@@ -116,6 +116,6 @@ def update_version(module, name='version', root='.'):
import
sys
paths
=
[
root
]
+
module
.
split
(
"."
)
+
[
"%s.py"
%
name
]
module_filename
=
os
.
path
.
join
(
*
paths
)
sys
.
stdout
.
write
(
"WARNING: Can
not update version because `devflow` is"
sys
.
stdout
.
write
(
"WARNING: Cannot update version because `devflow` is"
" not installed. Please make sure to manually"
" update version file: '%s'
\n
"
%
module_filename
)
update_version.py
View file @
8f5d99ab
...
...
@@ -35,7 +35,7 @@ import sys
try
:
from
devflow
import
versioning
except
ImportError
:
raise
RuntimeError
(
"devflow is build dependency"
)
raise
RuntimeError
(
"devflow is
a
build dependency"
)
def
main
():
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment