Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
kiritofeng committed Jan 8, 2024
1 parent e51da7a commit cd4be1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dmoj/executors/OBJC.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ def get_fs(self) -> List[FilesystemAccessRule]:

@classmethod
def initialize(cls) -> bool:
assert False
if 'gnustep-config' not in env['runtime'] or not os.path.isfile(env['runtime']['gnustep-config']):
return False
try:
Expand Down

0 comments on commit cd4be1d

Please sign in to comment.