Skip to content
Snippets Groups Projects
Commit 4fc9fa6c authored by Alexander Kutkin's avatar Alexander Kutkin
Browse files

fixed trailing slash issue

parent 944ba34e
No related branches found
No related tags found
No related merge requests found
......@@ -308,6 +308,7 @@ def model_apply_threshold(model, threshold=0.0, out=None):
def main(msin, outbase=None, cfgfile='imcal.yml'):
msin = msin.rstrip('/')
logging.info('Processing {}'.format(msin))
logging.info('The config file: {}'.format(cfgfile))
with open(cfgfile) as f:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment