From: Mark Hymers Date: Sat, 21 Feb 2009 21:03:29 +0000 (+0000) Subject: docstring X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=a899dd75db5899e29a24d90f69a80fdf879cda63;p=dak.git docstring Signed-off-by: Mark Hymers --- diff --git a/daklib/utils.py b/daklib/utils.py index 963abd5d..fd790b59 100755 --- a/daklib/utils.py +++ b/daklib/utils.py @@ -1499,6 +1499,13 @@ def is_email_alias(email): ################################################################################ def get_changes_files(dir): + """ + Takes a directory and lists all .changes files in it (as well as chdir'ing + to the directory; this is due to broken behaviour on the part of p-u/p-a + when you're not in the right place) + + Returns a list of filenames + """ try: # Much of the rest of p-u/p-a depends on being in the right place os.chdir(dir)