From: Greg Wilson Date: Thu, 14 Jul 2016 14:43:35 +0000 (-0400) Subject: Synchronizing lesson checker with late changes X-Git-Url: https://git.arvados.org/rnaseq-cwl-training.git/commitdiff_plain/a56ac2da1d6b7eb472212ae9c1d2c7057acf0f95 Synchronizing lesson checker with late changes --- diff --git a/bin/lesson_check.py b/bin/lesson_check.py index 39f8b65..95ceb5e 100755 --- a/bin/lesson_check.py +++ b/bin/lesson_check.py @@ -150,13 +150,6 @@ def check_config(reporter, source_dir): reporter.check_field(config_file, 'configuration', config, 'carpentry', ('swc', 'dc')) reporter.check_field(config_file, 'configuration', config, 'title') reporter.check_field(config_file, 'configuration', config, 'email') - reporter.check_field(config_file, 'configuration', config, 'repo') - reporter.check_field(config_file, 'configuration', config, 'root') - if ('repo' in config) and ('root' in config): - reporter.check(config['repo'].endswith(config['root']), - config_file, - 'Repository name "{0}" not consistent with root "{1}"', - config['repo'], config['root']) def read_all_markdown(source_dir, parser):