Commit 1e4e10de authored by Lucas Carvalho's avatar Lucas Carvalho

Forgot uncommented line.

parent a86473e1
...@@ -58,7 +58,6 @@ def _update_network_cached_log(sha256sum, url): ...@@ -58,7 +58,6 @@ def _update_network_cached_log(sha256sum, url):
Adding the last sha256sum and URL which has been retrieved from networkcached server. Adding the last sha256sum and URL which has been retrieved from networkcached server.
""" """
Update the networkcached.log file.
# Keep the log # Keep the log
map_path = os.path.join(os.environ.get('PWD'), '.networkcached.log') map_path = os.path.join(os.environ.get('PWD'), '.networkcached.log')
mode = 'r+' mode = 'r+'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment