Skip to content

Commit

Permalink
Restore debugging in pyfa
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkFenX committed Dec 6, 2023
1 parent 1959681 commit f8e20e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyfa.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ def _process_args(self, largs, rargs, values):
(options, args) = parser.parse_args()

if __name__ == "__main__":
print(os.getenv('XDG_DATA_DIRS'))

try:
# first and foremost - check required libraries
Expand Down

0 comments on commit f8e20e2

Please sign in to comment.