Skip to content

Commit

Permalink
fixup! models: add extension to interpreted binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
Khoyo committed May 30, 2018
1 parent d4e1529 commit de4ac54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion camisole/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ def source_filename(self):
return 'source' + self.source_ext

def execute_filename(self):
if self.compiler is None:
if self.compiler is None and self.source_ext:
return 'compiled' + self.source_ext

return 'compiled'
Expand Down

0 comments on commit de4ac54

Please sign in to comment.