Skip to content

Commit

Permalink
Replaced is with ==
Browse files Browse the repository at this point in the history
  • Loading branch information
alkidbaci committed Sep 16, 2024
1 parent 8e9601f commit b0719c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion owlapy/scripts/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def main():

args = get_default_arguments()
sync_reasoner = SyncReasoner(args.path_ontology)
if args.inference_types is "all":
if args.inference_types == "all":
it = inference_types
else:
it = args.inference_types
Expand Down

0 comments on commit b0719c6

Please sign in to comment.