From 07a8802d4b8c3a7b40940887c04a8f994a56ebac Mon Sep 17 00:00:00 2001 From: Sean Finney Date: Tue, 24 Jun 2008 22:25:36 +0200 Subject: fix for direct patches in subdirs --- pagehandler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pagehandler.py') diff --git a/pagehandler.py b/pagehandler.py index 06034a2..bbfa428 100755 --- a/pagehandler.py +++ b/pagehandler.py @@ -36,7 +36,7 @@ class CmdHandler: self.patchname = "direct (non packaging) changes" self.content = dh.nondebiandir() elif patchtype == "misc": - patchfile = args[5] + patchfile = os.sep.join(args[5:]) self.patchname = "direct changes for "+patchfile self.content = dh.filterdiff(include=patchfile) else: -- cgit v1.2.3