Fix issue in single file generation

Fix issue preventing single file generation.

Change-Id: I203169b522262efaa116101418b178d1a83cf9c8
This commit is contained in:
Thierry Carrez 2015-02-19 12:38:08 +01:00
parent 0d18942d98
commit fefadc0d24
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ def main():
else:
raise Exception("Output file already exists, suggest running "
"with -f to overwrite previous file.")
ical.convert_yaml_to_ical(yaml_dir, outputfile=ical)
ical.convert_yaml_to_ical(yaml_dir, outputfile=icalfile)
if __name__ == '__main__':