From 1333435f4fef4c8cb35843021a0d6f847a4a55e3 Mon Sep 17 00:00:00 2001 From: Eric Romano Date: Tue, 19 Aug 2014 00:15:17 -0400 Subject: [PATCH] fix contributor's print statement --- gitfiti.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gitfiti.py b/gitfiti.py index 3c21bd304..6e69a98af 100755 --- a/gitfiti.py +++ b/gitfiti.py @@ -326,8 +326,7 @@ def main(): save(output, 'gitfiti.sh') print ('gitfiti.sh saved.') - print ('Create a new(!) repo at: {0}new and run it.' , format(git_base)) - pause + print ('Create a new(!) repo at: {0}new and run it.'.format(git_base)) if __name__ == '__main__': main()