Skip to content

Commit

Permalink
PyWeather 0.6 beta is NOW ready for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
o355 committed May 28, 2017
1 parent 6699c4e commit 13913b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pyweather.py
Original file line number Diff line number Diff line change
Expand Up @@ -1871,6 +1871,7 @@ def printException_loggerwarn():
print("Now updating with Git.")
try:
subprocess.call(["git fetch"], shell=True)
subprocess.call(["git stash"], shell=True)
subprocess.call(["git checkout %s" % version_latestReleaseTag],
shell=True)
print("Now updating your config file.")
Expand Down
1 change: 1 addition & 0 deletions updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ def printException_loggerwarn():
try:
# Doesn't hurt to stash twice.
subprocess.call(["git fetch"], shell=True)
subprocess.call(["git stash"], shell=True)
subprocess.call(["git checkout %s" % version_latestReleaseTag],
shell=True)
print("Now updating your config file.")
Expand Down

0 comments on commit 13913b1

Please sign in to comment.