Skip to content

Commit

Permalink
python3 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Smith committed Oct 17, 2019
1 parent 82e4e84 commit 762a1cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/multisite/intersite.py
Original file line number Diff line number Diff line change
Expand Up @@ -1972,7 +1972,7 @@ def execute_tool(args, test_mode=False):
with open(args.config) as config_file:
config = json.load(config_file)
except IOError:
print('%% Unable to open configuration file', args.config)
print('%% Unable to open configuration file ' + args.config)
return
except ValueError:
print('%% File could not be decoded as JSON.')
Expand Down

0 comments on commit 762a1cd

Please sign in to comment.