-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Lines 43 to 48 in ab52c26
| # If the path of the selected project is empty, the parser prints an error. | |
| if args.path == "": | |
| logging.critical("`--path' needs to be specified in order for 42PyChecker" | |
| " to know where your project is.") | |
| parser.error("`--path' needs to be specified in order for 42PyChecker" | |
| " to know where your project is.") |