From cf40d108c11925550b5dea10d395349b762ce622 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Mon, 03 Dec 2012 01:02:03 +0000 Subject: Adapt to change in devbot --- (limited to 'commands') diff --git a/commands/send-patches b/commands/send-patches index bea7f79..52f81aa 100755 --- a/commands/send-patches +++ b/commands/send-patches @@ -90,7 +90,7 @@ def setup(): common.setup() -if os.path.dirname(os.getcwd()) != config.source_dir: +if os.path.dirname(os.getcwd()) != config.get_source_dir(): print "The command must be run inside one of the source modules." sys.exit(1) -- cgit v0.9.1