Skip to content

Commit

Permalink
It's hard to figure out where files are place when not on Linux.
Browse files Browse the repository at this point in the history
  • Loading branch information
petersilva committed Aug 5, 2023
1 parent 2b82bfd commit 7b8e386
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sarracenia/sr.py
Original file line number Diff line number Diff line change
Expand Up @@ -1455,6 +1455,9 @@ def features(self):
if not (sarracenia.features['amqp']['present'] or sarracenia.features['mqtt']['present'] ):
print( "ERROR: need at least one of: amqp or mqtt" )

print( f"\n state dir: {self.user_cache_dir} " )
print( f" config dir: {self.user_config_dir} " )


def foreground(self):

Expand Down

0 comments on commit 7b8e386

Please sign in to comment.