-
Couldn't load subscription status.
- Fork 72
Lesson 14 #699
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Lesson 14 #699
Conversation
Signed-off-by: Grzegorz Bajorski <[email protected]>
| return func(*args, **kwargs) | ||
| return func_wrapper | ||
|
|
||
| @access_required |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
E302 expected 2 blank lines, found 1
|
|
||
| @access_required | ||
| def restricted_print(*args, **kwargs): | ||
| print(*args, **kwargs) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
E111 indentation is not a multiple of four
| def restricted_print(*args, **kwargs): | ||
| print(*args, **kwargs) | ||
|
|
||
| restricted_print('1 - visible') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
E305 expected 2 blank lines after class or function definition, found 1
Signed-off-by: Grzegorz Bajorski <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add the solution to missing exercise (logged.py file is empty). Rest of solutions are well done😄
Signed-off-by: Grzegorz Bajorski [email protected]