mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-12-19 12:57:56 +00:00
Fix gns3server.utils.images in md5sum NameError: name 'log' is not
Fix #268
This commit is contained in:
parent
ddddac426b
commit
5125ddcde4
@ -18,6 +18,8 @@
|
|||||||
import os
|
import os
|
||||||
import hashlib
|
import hashlib
|
||||||
|
|
||||||
|
import logging
|
||||||
|
log = logging.getLogger(__name__)
|
||||||
|
|
||||||
def md5sum(path):
|
def md5sum(path):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user