You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
f"{d[key]['filename']} found in entries: {d[key]['appears_in']}")
106
-
#print("hash: " + key)
109
+
print(f"{d[key]['filename']} found in entries: {d[key]['appears_in']}")
110
+
# print("hash: " + key)
107
111
108
112
109
113
defmain():
110
114
args=sys.argv[1:]
111
115
112
116
if"-h"inargsor"--help"inargs:
113
-
print("Usage: ./dupe_finder <entries folder>\n\t<entries_folder> are roms to be checked, hardcoded in source at DEFAULT_ENTRIES_FOLDER = "+DEFAULT_ENTRIES_FOLDER+"\n"+
114
-
"Parameters:\n\t--beta <entries beta folder>:\n\t\tabsolute path where the beta folder is: new entries that are going to be merged\n"+
115
-
"\t\thardcoded in source at DEFAULT_BETA_FOLDER = "+DEFAULT_BETA_FOLDER+"\n"+"\t--help\n"+"\t\tshow this message")
117
+
print(
118
+
"Usage: ./dupe_finder <entries folder>\n\t<entries_folder> are roms to be checked, hardcoded in source at DEFAULT_ENTRIES_FOLDER = "
119
+
+DEFAULT_ENTRIES_FOLDER
120
+
+"\n"
121
+
+"Parameters:\n\t--beta <entries beta folder>:\n\t\tabsolute path where the beta folder is: new entries that are going to be merged\n"
122
+
+"\t\thardcoded in source at DEFAULT_BETA_FOLDER = "
0 commit comments