From a440bc1522601514eef62722a0aed5a507763611 Mon Sep 17 00:00:00 2001 From: Kirill Grushetsky Date: Mon, 4 May 2015 19:16:23 +0300 Subject: [PATCH] Update github-backup --- bin/github-backup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/github-backup b/bin/github-backup index e42526f..9d709a7 100755 --- a/bin/github-backup +++ b/bin/github-backup @@ -440,7 +440,7 @@ def backup_account(args, output_directory): log_info('Writing {0} watched repositories'.format(len(watched))) with codecs.open('{0}/watched.json'.format(account_cwd), 'w', encoding='utf-8') as watched_file: json.dump(watched, watched_file, ensure_ascii=False, sort_keys=True, indent=4, separators=(',', ': ')) - + def main(): args = parse_args()