diff --git a/C2concealer/__main__.py b/C2concealer/__main__.py index 1859f09..11e9c9c 100644 --- a/C2concealer/__main__.py +++ b/C2concealer/__main__.py @@ -126,10 +126,10 @@ def main(): retryCount+=1 os.remove((os.getcwd() + '/' + profile.globalOptions.sample_name + '.profile')) - print("[-] Attempted to create 10 profiles. All 10 failed c2lint check.") - print("[i] If you selected a large amount of variants, please retry again.") - print("[x] Exiting program.") - sys.exit() + print("[-] Attempted to create 10 profiles. All 10 failed c2lint check.") + print("[i] If you selected a large amount of variants, please retry again.") + print("[x] Exiting program.") + sys.exit() if __name__ == '__main__':