Skip to content
This repository was archived by the owner on Nov 10, 2025. It is now read-only.

Commit b8d49c1

Browse files
committed
PEP8 compliance change.
1 parent d76b4f3 commit b8d49c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

edda/run_edda.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,8 @@ def main():
161161
if ".json" in arg:
162162
print "\n\nFound file {}, of type 'json'".format(arg)
163163
if not first:
164-
print "Ignoring previously processed files and loading configuration found in '.json' file."
164+
print "Ignoring previously processed files"
165+
" and loading configuration found in '.json' file."
165166
json_file = open(arg, "r")
166167
json_obj = json.loads(json_file.read())
167168
has_json = True

0 commit comments

Comments
 (0)