Fix up minor typing issue.

This commit is contained in:
Mike Auty
2019-05-05 16:00:26 +01:00
parent 573dd88885
commit db480bb1b8
+2
View File
@@ -336,6 +336,8 @@ if __name__ == '__main__':
filename = args.file
else:
parser.error("No GUID/pattern or file provided")
# This is just for type checking because this code will never actually get hit
filename = ""
convertor = PDBConvertor(filename)
with open(args.output, "w") as f: