summaryrefslogtreecommitdiff
path: root/pbr/testr_command.py
diff options
context:
space:
mode:
Diffstat (limited to 'pbr/testr_command.py')
-rw-r--r--pbr/testr_command.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbr/testr_command.py b/pbr/testr_command.py
index 34b02ed..3440f02 100644
--- a/pbr/testr_command.py
+++ b/pbr/testr_command.py
@@ -96,7 +96,7 @@ class Testr(cmd.Command):
logger.debug("finalize_options: self.__dict__ = %r", self.__dict__)
def run(self):
- """Set up testr repo, then run testr"""
+ """Set up testr repo, then run testr."""
logger.debug("run called")
if not os.path.isdir(".testrepository"):
self._run_testr("init")