Skip to content
Snippets Groups Projects
Commit 4b825fc0 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

STY: ws

parent f53e6cc6
No related branches found
No related tags found
No related merge requests found
...@@ -23,15 +23,16 @@ ...@@ -23,15 +23,16 @@
# ** end header # ** end header
# #
import argparse
import math import math
import sys import sys
from argparse import ArgumentParser from argparse import ArgumentParser
import argparse
import caosdb as db import caosdb as db
timeout_fallback = 20 timeout_fallback = 20
def convert_size(size): def convert_size(size):
if (size == 0): if (size == 0):
return '0B' return '0B'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment