Skip to content

Commit

Permalink
Merge branch '0.5-prerelease-hotfixes'
Browse files Browse the repository at this point in the history
  • Loading branch information
francoislaurent committed Oct 19, 2020
2 parents 60e5fd3 + 12725b2 commit 79c60dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tramway/analyzer/env/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def script(self, filename):
self._script = filename
@property
def collectibles(self):
return []
return set()


__all__ = ['Environment', 'EnvironmentInitializer', 'environments']
Expand Down

0 comments on commit 79c60dc

Please sign in to comment.