Commit 00156cc3 authored by D1plo1d's avatar D1plo1d

Resetting dry run (accidental debug artifact)

parent f2ae0f22
......@@ -847,7 +847,7 @@ if __name__ == "__main__":
)
args = parser.parse_args()
dry_run = True#args.dry_run
dry_run = args.dry_run
def warn_if_dry_run():
if dry_run:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment