Skip to content

Commit

Permalink
Update main.tmp.v11.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Tzu-Hao Kuo authored Jul 12, 2021
1 parent 5fbab05 commit ed8affc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/main.tmp.v11.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def main(args, logger):
and os.path.isfile(primary_args.zip_f)):
primary_args.yml_f = zip2config(primary_args.zip_f)
elif ((not os.path.isfile(primary_args.yml_f))
and (not os.apth.isfile(primary_args.zip_f))):
and (not os.path.isfile(primary_args.zip_f))):
raise AttributeError('Neither input yml nor zip found')
# create logger
logger = LogGenerator.make_logger(primary_args.log_f)
Expand Down

0 comments on commit ed8affc

Please sign in to comment.