Skip to content
Snippets Groups Projects
Commit 2f9d5221 authored by Brandon Piotrzkowski's avatar Brandon Piotrzkowski Committed by Alexander Pace
Browse files

Fix bug accidently introduced

parent fd83907e
No related branches found
No related tags found
No related merge requests found
......@@ -1731,7 +1731,7 @@ class VOEventList(InheritPermissionsAPIView):
if not os.path.exists(skymap_file_path):
error = True
msg = "Skymap file {fname} does not exist".format(
fname=skymap_filenamei)
fname=skymap_filename)
elif time_coinc_far or space_coinc_far:
if not ext_gcn:
error = True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment