Skip to content

Conversation

@dychomon
Copy link
Contributor

@kuszcjan lesson_10



if __name__ == '__main__':
delete_unneeded_files(r"C:\Users\dychomon\Downloads") No newline at end of file
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

W292 no newline at end of file



if __name__ == '__main__':
fill_the_gaps("C:\Python36\gaps") No newline at end of file
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

W292 no newline at end of file

ext = '.txt'

if __name__ == '__main__':
selective_copy(source, destination, ext) No newline at end of file
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

W292 no newline at end of file



if __name__ == '__main__':
delete_unneeded_files(r"C:\Users\dychomon\Downloads") No newline at end of file
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

avoid hardcoded paths, at all times

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