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
devflow
Commits
e90c5c7f
Commit
e90c5c7f
authored
Feb 05, 2013
by
Christos Stavrakakis
Browse files
Fix wrong import
parent
c5693161
Changes
1
Hide whitespace changes
Inline
Side-by-side
devflow/autopkg.py
View file @
e90c5c7f
...
...
@@ -154,7 +154,7 @@ def main():
# Load the repository
try
:
original_repo
=
git
.
Repo
(
"."
)
except
git
.
git
.
InvalidGitRepositoryError
:
except
git
.
InvalidGitRepositoryError
:
raise
RuntimeError
(
red
(
"Current directory is not git repository."
))
# Check that repository is clean
...
...
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