Skip to content

Commit

Permalink
make directories of multiple layers (AlexeyAB#3893)
Browse files Browse the repository at this point in the history
  • Loading branch information
keineahnung2345 authored Oct 2, 2023
1 parent 9a9fcdb commit 9a9773e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/gen_anchors.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def main(argv):
args = parser.parse_args()

if not os.path.exists(args.output_dir):
os.mkdir(args.output_dir)
os.makedirs(args.output_dir)

f = open(args.filelist)

Expand Down

0 comments on commit 9a9773e

Please sign in to comment.