Commit cd241c5e authored by Vladimir Malenovsky's avatar Vladimir Malenovsky
Browse files

add printout when res/ folder is empty

parent 3645562c
Loading
Loading
Loading
Loading
+49 −45
Original line number Diff line number Diff line
@@ -392,6 +392,10 @@ class EncoderFrontend:
        """

        hist_dicts = []
        
        if not os.path.exists(dbg_tweak_folder):
            print(f"No statistics have been extracted from the res/ folder to the {stats_file} file!")
        else:
            for f in ENC_AUX_FILES:
                filename = f[0]
                dtype = f[1]