Update launcher.py

This commit is contained in:
McCloudS
2024-03-21 09:14:30 -06:00
committed by GitHub
parent 71cf8aee1f
commit 525cb0c572

View File

@@ -117,7 +117,7 @@ def main():
if not args.donotrun:
subprocess.run(['python3', '-u', 'subgen.py'], check=True)
else:
print("not running subgen.py: -dnr or --donotrun")
print("Not running subgen.py: -dnr or --donotrun set")
if __name__ == "__main__":
main()