Skip to content

Conversation

@GrzegorzBajorski
Copy link
Contributor

Signed-off-by: Grzegorz Bajorski [email protected]

Signed-off-by: Grzegorz Bajorski <[email protected]>
return func(*args, **kwargs)
return func_wrapper

@access_required
Copy link
Contributor

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)
Copy link
Contributor

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')
Copy link
Contributor

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]>
Copy link
Collaborator

@gradopaw gradopaw left a 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😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants