mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
Fix a couple of flake8 Python warnings (#13763)
* Tools: fix flake8 error * platforms: fix flake8 error This is just guessed.
This commit is contained in:
@@ -366,7 +366,7 @@ class Graph(object):
|
||||
try:
|
||||
content = f.read()
|
||||
except:
|
||||
print('Failed reading file: %s, skipping content.' % path)
|
||||
print('Failed reading file: %s, skipping content.' % file_name)
|
||||
return
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user