From 8d7c9928582f9014d173a14563f6a8684d2a96b3 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 4 Nov 2013 14:44:45 +0100 Subject: Streamlineing a few comments in the python stubs. --- components/source_hooks | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'components/source_hooks') diff --git a/components/source_hooks b/components/source_hooks index f057b7f60..fdb87cebc 100755 --- a/components/source_hooks +++ b/components/source_hooks @@ -41,7 +41,7 @@ def main(): # --verbose verbose = args.verbose - ## Executing hooks + ## Calling source hooks # stagefile if os.path.isfile('.build/source_hooks'): @@ -99,7 +99,7 @@ def main(): os.rmdir('source/live-build/config') os.rmdir('source/live-build') - ## stagefile + # stagefile os.makedirs('.build', exist_ok=True) open('.build/source_hooks', 'w').close() -- cgit v1.2.3