Skip to content

Remove unecessary line of code and variable, and tidy up comments and syntax. #36

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

Merged
merged 10 commits into from
Feb 16, 2016
Merged

Conversation

GoudaOnBeamPro
Copy link
Contributor

I'm still learning Git, so sorry about the two different and unrelated commits in this.

The first one (70271c5) just tidies up the comments and syntax a bit in backup_automater_services.py. I added spaces on either side of some equal signs to make them easier to read.

The second one (0f47eb3) removes a line of code and a variable in check_file.py by combining the line

f = open(filename, 'r')

with the line below to make it

line = open(filename, 'r').read()

Nothing crazy. Just some thoughts I had while checking these out. I'm currently learning Python and Git, so bear with me if I'm doing something wrong here.

I also did the same thing for check_for_sqlite_files.py in 903d620.

Thanks for considering this!

@GoudaOnBeamPro GoudaOnBeamPro changed the title Tidy up comments and syntax Remove unecessary line of code and variable, and tidy up comments and syntax. Feb 14, 2016
Jared Manning added 8 commits February 14, 2016 01:39
@GoudaOnBeamPro
Copy link
Contributor Author

I think I went a little crazy on that... sorry if that is too much.

geekcomputers added a commit that referenced this pull request Feb 16, 2016
Remove unecessary line of code and variable, and tidy up comments and syntax.
@geekcomputers geekcomputers merged commit f35f571 into geekcomputers:master Feb 16, 2016
@geekcomputers
Copy link
Owner

No worries, thanks for making the improvements

Cheers
Craig

On 14 Feb 2016, at 09:16, Jared Manning notifications@github.com wrote:

I think I went a little crazy on that... sorry if that is too much.


Reply to this email directly or view it on GitHub.

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