X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=psa_harmattan%2Ffeedingit%2Fdeb_dist%2Ffeedingit-0.1.0%2Fpysrc%2Fdebugging.py;h=91be2b477c1d2b6c04be589958da04ba383c9bd2;hb=9939c341187f566b592724bb9c3dca2d0c36151e;hp=7330871c1dae64d50300a6a7129d3e0bc6889390;hpb=e8e30fe9583d1abd6a2edd018816d9627b793bbb;p=feedingit diff --git a/psa_harmattan/feedingit/deb_dist/feedingit-0.1.0/pysrc/debugging.py b/psa_harmattan/feedingit/deb_dist/feedingit-0.1.0/pysrc/debugging.py index 7330871..91be2b4 100644 --- a/psa_harmattan/feedingit/deb_dist/feedingit-0.1.0/pysrc/debugging.py +++ b/psa_harmattan/feedingit/deb_dist/feedingit-0.1.0/pysrc/debugging.py @@ -35,6 +35,7 @@ def my_excepthook(exctype, value, tb): original_excepthook(exctype, value, tb) def init(dot_directory, debug=False, max_logfiles=1, program_name=None): + debug = True if not os.path.isabs(dot_directory): dot_directory = os.path.join(os.path.expanduser("~"), dot_directory)